diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index fcc71dc..48b492b 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,7 +12,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'toolsascode/gomodeler' steps: - id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - uses: actions/checkout@v6