diff --git a/.github/workflows/dev-dependabot-handler.yml b/.github/workflows/dev-dependabot-handler.yml index 63228e2..c2165db 100644 --- a/.github/workflows/dev-dependabot-handler.yml +++ b/.github/workflows/dev-dependabot-handler.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout PR branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }}