From 42fed809642c89ade2bd5cb89d30b1401c82aa46 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 10 Aug 2024 23:45:38 -0400 Subject: [PATCH] Revert "no" This reverts commit 6e48f282ac27ac3584b550e86c8cda7504e4f487. --- .github/workflows/mirror_to_gitlab.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror_to_gitlab.yaml b/.github/workflows/mirror_to_gitlab.yaml index 6e7367eef1..440e9cd60b 100644 --- a/.github/workflows/mirror_to_gitlab.yaml +++ b/.github/workflows/mirror_to_gitlab.yaml @@ -18,7 +18,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.ref }} fetch-depth: 1