diff --git a/.github/workflows/autobot.yml b/.github/workflows/autobot.yml index d9b1a08..f9e7af2 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@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0 + uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}"