diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 60af793..14984ac 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --merge "$PR_URL"