diff --git a/.github/workflows/sync-dependabot-reqs.yml b/.github/workflows/sync-dependabot-reqs.yml index 397feb5..48012c6 100644 --- a/.github/workflows/sync-dependabot-reqs.yml +++ b/.github/workflows/sync-dependabot-reqs.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout dependabot-reqs - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: dependabot-reqs fetch-depth: 0