diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index d09c2c6..1a9f9cc 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1 + - uses: dependabot/fetch-metadata@v2 id: metadata with: {github-token: "${{ secrets.GITHUB_TOKEN }}"}