Skip to content

Commit d773d3e

Browse files
deps(upgrade): bump peter-evans/create-or-update-comment from 2 to 4 (#816)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa4d74a commit d773d3e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/command-deploy-pr-snapshot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Add reaction to the comment
5454
- name: Add success reaction
55-
uses: peter-evans/create-or-update-comment@v2
55+
uses: peter-evans/create-or-update-comment@v4
5656
if: ${{ success() }}
5757
with:
5858
token: ${{ secrets.GITHUB_TOKEN }}
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Add comment (for historic reasons)
6464
- name: Add success comment
65-
uses: peter-evans/create-or-update-comment@v2
65+
uses: peter-evans/create-or-update-comment@v4
6666
if: ${{ success() }}
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
8585
This is a temporary snapshot preview available only for convenience.
8686
8787
- name: Add failure response
88-
uses: peter-evans/create-or-update-comment@v2
88+
uses: peter-evans/create-or-update-comment@v4
8989
if: ${{ failure() }}
9090
with:
9191
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/command-help.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }}
1818
run: echo "$PAYLOAD_CONTEXT"
1919
- name: Update comment
20-
uses: peter-evans/create-or-update-comment@v2
20+
uses: peter-evans/create-or-update-comment@v4
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/command-merge-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
# Add reaction to the comment
9494
- name: Add success response
95-
uses: peter-evans/create-or-update-comment@v2
95+
uses: peter-evans/create-or-update-comment@v4
9696
if: ${{ success() }}
9797
with:
9898
token: ${{ secrets.GITHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103
> Success: Action was successful! Check the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
104104
105105
- name: Add failure response
106-
uses: peter-evans/create-or-update-comment@v2
106+
uses: peter-evans/create-or-update-comment@v4
107107
if: ${{ failure() }}
108108
with:
109109
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/command-merge-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
# Add reaction to the comment
8282
- name: Add success reaction
83-
uses: peter-evans/create-or-update-comment@v2
83+
uses: peter-evans/create-or-update-comment@v4
8484
if: ${{ success() }}
8585
with:
8686
token: ${{ secrets.GITHUB_TOKEN }}
@@ -91,7 +91,7 @@ jobs:
9191
> Success: Action was successful! Check the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
9292
9393
- name: Add failure response
94-
uses: peter-evans/create-or-update-comment@v2
94+
uses: peter-evans/create-or-update-comment@v4
9595
if: ${{ failure() }}
9696
with:
9797
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)