diff --git a/.github/workflows/dependabot-hook.yml b/.github/workflows/dependabot-hook.yml index ce0887818..fe943017a 100644 --- a/.github/workflows/dependabot-hook.yml +++ b/.github/workflows/dependabot-hook.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Fetch Dependabot Metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: '${{ secrets.GITHUB_TOKEN }}'