Skip to content

Commit

Permalink
Update dependabot/fetch-metadata action to v2 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent 58c1608 commit 8011793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.7.0
uses: dependabot/fetch-metadata@v2.0.0
- name: Approve the pull request
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.7.0
uses: dependabot/fetch-metadata@v2.0.0
- name: Enable Pull Request Automerge
run: gh pr merge --squash --auto "${{ github.event.pull_request.html_url }}"
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
Expand Down

0 comments on commit 8011793

Please sign in to comment.