diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ab5350..1717e24 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: pull-requests: write steps: - id: meta - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 - name: Merge minor and patch bumps if: steps.meta.outputs.update-type != 'version-update:semver-major' run: gh pr merge --squash --delete-branch "$PR_URL"