diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index abac6b7..9481d85 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: permissions: pull-requests: read steps: - - uses: dependabot/fetch-metadata@v2.0.0 + - uses: dependabot/fetch-metadata@v2.2.0 id: dependabot-metadata - name: Merge patch and minor updates if: steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'