diff --git a/pkg/dependabotgen/dependabotgen.go b/pkg/dependabotgen/dependabotgen.go index 961f8422..f793a65e 100644 --- a/pkg/dependabotgen/dependabotgen.go +++ b/pkg/dependabotgen/dependabotgen.go @@ -322,7 +322,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} path: ./src/github.com/${{ github.repository }}