diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 592ae62..e2873de 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -15,7 +15,7 @@ jobs: # will not occur. - name: "Dependabot metadata" id: "dependabot-metadata" - uses: "dependabot/fetch-metadata@v1" + uses: "dependabot/fetch-metadata@v2" with: github-token: "${{ secrets.GITHUB_TOKEN }}" # Here the PR gets approved.