Skip to content

Commit

Permalink
fix(actions): process pr review action, remove setup-node (#6559)
Browse files Browse the repository at this point in the history
* build: bump checkout and setup-node actions to fix yarn cache issue

* fix(actions): remove setup-node step, unnecessary for this action
  • Loading branch information
matthewgallo authored Dec 10, 2024
1 parent 08db201 commit 5ceeaa5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/process-pr-review-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
github.event.workflow_run.event == 'pull_request_review' &&
github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
cache: yarn
- uses: ./actions/add-review-labels
with:
APP_ID: ${{ secrets.APP_ID }}
Expand Down

0 comments on commit 5ceeaa5

Please sign in to comment.