Skip to content

Commit d0d01a9

Browse files
authored
Update for node20 (#155)
1 parent dfcdf03 commit d0d01a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-command.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
if: github.event.client_payload.github.payload.comment.id != ''
6161
steps:
6262
- name: "Add reaction 👍👎️"
63-
uses: cloudposse/actions/github/create-or-update-comment@0.28.0
63+
uses: peter-evans/create-or-update-comment@v4
6464
with:
6565
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
6666
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
6767
token: ${{ secrets.REPO_ACCESS_TOKEN }}
6868
reactions: ${{ needs.parse.outputs.ack-reaction }}
69+
reactions-edit-mode: replace
6970

7071
ping:
7172
runs-on: ubuntu-latest
@@ -119,7 +120,7 @@ jobs:
119120

120121
# Checkout the code from GitHub Pull Request
121122
- name: "Checkout code for ChatOps"
122-
uses: actions/checkout@v3
123+
uses: actions/checkout@v4
123124
with:
124125
token: ${{ secrets.REPO_ACCESS_TOKEN }}
125126
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -212,7 +213,7 @@ jobs:
212213

213214
# Checkout the code from GitHub Pull Request
214215
- name: "Checkout code for ChatOps"
215-
uses: actions/checkout@v3
216+
uses: actions/checkout@v4
216217
with:
217218
token: ${{ secrets.REPO_ACCESS_TOKEN }}
218219
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -352,7 +353,7 @@ jobs:
352353

353354
# Checkout the code from GitHub Pull Request
354355
- name: "Checkout code for ChatOps"
355-
uses: actions/checkout@v3
356+
uses: actions/checkout@v4
356357
with:
357358
token: ${{ secrets.REPO_ACCESS_TOKEN }}
358359
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)