diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44c4f57..1a74cb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2 # https://github.com/dependabot/fetch-metadata/ + uses: dependabot/fetch-metadata@v3 # https://github.com/dependabot/fetch-metadata/ with: github-token: "${{ secrets.GITHUB_TOKEN }}"