diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 088552d..324c9ce 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,7 +14,7 @@ jobs: run: gh pr checkout ${{github.event.pull_request.number}} - name: Fetch PR metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 - name: Approve PR run: | if [ "$(gh pr status --json reviewDecision -q .currentBranch.reviewDecision)" != "APPROVED" ]; then