From d0d01a93b89d01f63298cd236151770977f16a4f Mon Sep 17 00:00:00 2001 From: Nuru Date: Mon, 11 Mar 2024 12:36:50 -0700 Subject: [PATCH] Update for node20 (#155) --- .github/workflows/test-command.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 698fb77b..53100a6d 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -60,12 +60,13 @@ jobs: if: github.event.client_payload.github.payload.comment.id != '' steps: - name: "Add reaction 👍👎️" - uses: cloudposse/actions/github/create-or-update-comment@0.28.0 + 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 }} token: ${{ secrets.REPO_ACCESS_TOKEN }} reactions: ${{ needs.parse.outputs.ack-reaction }} + reactions-edit-mode: replace ping: runs-on: ubuntu-latest @@ -119,7 +120,7 @@ jobs: # Checkout the code from GitHub Pull Request - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} @@ -212,7 +213,7 @@ jobs: # Checkout the code from GitHub Pull Request - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} @@ -352,7 +353,7 @@ jobs: # Checkout the code from GitHub Pull Request - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}