diff --git a/.github/workflows/dependabot-ci.yml b/.github/workflows/dependabot-ci.yml index 97981c8..b01b66b 100644 --- a/.github/workflows/dependabot-ci.yml +++ b/.github/workflows/dependabot-ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }}