Skip to content

Commit

Permalink
Bump juliangruber/approve-pull-request-action from 2.0.3 to 2.0.6
Browse files Browse the repository at this point in the history
Bumps [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases)
- [Commits](juliangruber/approve-pull-request-action@6b8b2f8...b71c44f)

---
updated-dependencies:
- dependency-name: juliangruber/approve-pull-request-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent a5b8436 commit 5bb4452
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-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Auto approve
id: autoApprove
uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e # v2
uses: juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 # v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.find-pull-request.outputs.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-latest-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Auto approve
id: autoApprove
if: steps.createAutoPR.outputs.pull-request-operation == 'created'
uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e # v2
uses: juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 # v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.createAutoPR.outputs.pull-request-number }}
Expand Down

0 comments on commit 5bb4452

Please sign in to comment.