Skip to content

Commit

Permalink
ci(deps): update actions/setup-node action to v4.0.3
Browse files Browse the repository at this point in the history
| datasource  | package            | from   | to     |
| ----------- | ------------------ | ------ | ------ |
| github-tags | actions/setup-node | v4.0.2 | v4.0.3 |
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 2091eb8 commit 29f9c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: corepack enable

- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: corepack enable

- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
run: corepack enable

- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
Expand Down

0 comments on commit 29f9c5a

Please sign in to comment.