diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml index 11b9308..94c3425 100644 --- a/.github/workflows/dependabot.yaml +++ b/.github/workflows/dependabot.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.2.1 + - uses: dependabot/fetch-metadata@v1.3.0 id: metadata with: github-token: "${{ secrets.GIT_ACTION_TOKEN }}"