Skip to content

Commit

Permalink
Update for node20 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Mar 11, 2024
1 parent dfcdf03 commit d0d01a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit d0d01a9

Please sign in to comment.