diff --git a/.github/workflows/autobot.yml b/.github/workflows/autobot.yml index e13a98d..d9b1a08 100644 --- a/.github/workflows/autobot.yml +++ b/.github/workflows/autobot.yml @@ -21,7 +21,7 @@ jobs: - name: Fetch Dependabot metadata id: metadata if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' }} - uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0 + uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}"