Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 1b22799 commit 2f56d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
uses: actions/checkout@v3

- name: Setting up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: pnpm
node-version: 20
Expand Down Expand Up @@ -102,7 +102,7 @@
uses: actions/checkout@v3

- name: Setting up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: pnpm
node-version: 20
Expand All @@ -126,7 +126,7 @@
uses: actions/checkout@v3

- name: Setting up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: pnpm
node-version: 20
Expand Down

0 comments on commit 2f56d65

Please sign in to comment.