From e8490196ba0da51edc19ca718099064cbf515208 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Sun, 17 Aug 2025 13:01:58 +0530 Subject: [PATCH] Revert "fix: use checkout@v2 instead of v4" This reverts commit c9d69d9629c67cfae33a3570bc915939cc664e50. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66efc178b1c..5f0abc70c5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Entire Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false