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:
dependabot[bot] 2024-01-31 05:27:26 +00:00 committed by GitHub
parent 71345be026
commit 4817051a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ jobs:
body: ${{ steps.template.outputs.result }} body: ${{ steps.template.outputs.result }}
- name: Add reaction - name: Add reaction
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
repository: ${{ github.event.client_payload.github.payload.repository.full_name }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}

View File

@ -8,7 +8,7 @@ jobs:
# Test create # Test create
- name: Create comment - name: Create comment
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
id: couc id: couc
with: with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }} token: ${{ secrets.ACTIONS_BOT_TOKEN }}
@ -23,7 +23,7 @@ jobs:
# Test update # Test update
- name: Update comment - name: Update comment
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }} token: ${{ secrets.ACTIONS_BOT_TOKEN }}
comment-id: ${{ steps.couc.outputs.comment-id }} comment-id: ${{ steps.couc.outputs.comment-id }}
@ -34,7 +34,7 @@ jobs:
# Test add reactions # Test add reactions
- name: Add reactions - name: Add reactions
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }} token: ${{ secrets.ACTIONS_BOT_TOKEN }}
comment-id: ${{ steps.couc.outputs.comment-id }} comment-id: ${{ steps.couc.outputs.comment-id }}
@ -42,7 +42,7 @@ jobs:
# Test create with body from file # Test create with body from file
- name: Create comment - name: Create comment
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }} token: ${{ secrets.ACTIONS_BOT_TOKEN }}
issue-number: 1 issue-number: 1
@ -59,7 +59,7 @@ jobs:
bar: that bar: that
- name: Create comment - name: Create comment
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }} token: ${{ secrets.ACTIONS_BOT_TOKEN }}
issue-number: 1 issue-number: 1