diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 6c8bf0ed7..4a16fa571 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - id: metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@v2.0.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' - if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}