diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 936d27c..d468d25 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1 + uses: dependabot/fetch-metadata@v2 - name: Approve and auto-merge the PR if: > steps.metadata.outputs.update-type == 'version-update:semver-minor' ||