diff --git a/.github/workflows/test-dependabot.yml b/.github/workflows/test-dependabot.yml index 0cfd854..3551c48 100644 --- a/.github/workflows/test-dependabot.yml +++ b/.github/workflows/test-dependabot.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v2.0.0 + uses: dependabot/fetch-metadata@v2.1.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' - name: Enable auto-merge for Dependabot PRs