From 472905d6c09be22a4cf82a7ea88719aedce384e8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Jun 2026 11:32:46 -0400 Subject: [PATCH] [no ci] Update checkout action to version 7.0.0 --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b125502f..41d1036c 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 0