mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 03:26:42 +08:00
build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#307)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
71345be026
commit
4817051a87
2
.github/workflows/test-command.yml
vendored
2
.github/workflows/test-command.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
body: ${{ steps.template.outputs.result }}
|
||||
|
||||
- name: Add reaction
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
|
||||
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
|
||||
|
10
.github/workflows/test-v3.yml
vendored
10
.github/workflows/test-v3.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
# Test create
|
||||
- name: Create comment
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
id: couc
|
||||
with:
|
||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
# Test update
|
||||
- name: Update comment
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||
comment-id: ${{ steps.couc.outputs.comment-id }}
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
# Test add reactions
|
||||
- name: Add reactions
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||
comment-id: ${{ steps.couc.outputs.comment-id }}
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
# Test create with body from file
|
||||
- name: Create comment
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||
issue-number: 1
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
bar: that
|
||||
|
||||
- name: Create comment
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||
issue-number: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user