diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 038a44d..41e5470 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} fetch-depth: 0