Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-or-update-comment from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@v2...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 63113cc commit bd36451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/command-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
head: ${{ github.event.client_payload.pull_request.head.label }}

- if: steps.rebase.outputs.rebased-count == 1
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ steps.credentials.outputs.token }}
comment-id: ${{ github.event.client_payload.slash_command.args.named.comment-id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}

- uses: peter-evans/create-or-update-comment@v2
- uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ steps.credentials.outputs.token }}
comment-id: ${{ github.event.client_payload.slash_command.args.named.comment-id }}
Expand Down

0 comments on commit bd36451

Please sign in to comment.