diff --git a/.github/workflows/dependabot-review.yaml b/.github/workflows/dependabot-review.yaml index 93a65654b..8adb7d682 100644 --- a/.github/workflows/dependabot-review.yaml +++ b/.github/workflows/dependabot-review.yaml @@ -18,7 +18,7 @@ jobs: persist-credentials: "false" - name: "Dependabot metadata" id: "dependabot-metadata" - uses: "dependabot/fetch-metadata@v2.0.0" + uses: "dependabot/fetch-metadata@v2.1.0" - name: "Enable auto-merge for Dependabot PRs" run: "gh pr merge --auto --merge $PR_URL" env: