diff --git a/.github/workflows/dependabot-ci.yml b/.github/workflows/dependabot-ci.yml index 25bfe12..896eb64 100644 --- a/.github/workflows/dependabot-ci.yml +++ b/.github/workflows/dependabot-ci.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Checkout PR code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }}