Skip to content

Commit 12064f3

Browse files
Update actions/setup-node action to v3.5.0 (#576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c399f7 commit 12064f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: ${{ env.PNPM_VERSION }}
2424

25-
- uses: actions/setup-node@v3.4.1
25+
- uses: actions/setup-node@v3.5.0
2626
with:
2727
node-version: 12.x
2828
cache: pnpm
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
version: ${{ env.PNPM_VERSION }}
4848

49-
- uses: actions/setup-node@v3.4.1
49+
- uses: actions/setup-node@v3.5.0
5050
with:
5151
node-version: ${{ matrix.node-version }}
5252
cache: pnpm
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
version: ${{ env.PNPM_VERSION }}
6868

69-
- uses: actions/setup-node@v3.4.1
69+
- uses: actions/setup-node@v3.5.0
7070
with:
7171
node-version: 12.x
7272
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: ${{ env.PNPM_VERSION }}
2222

23-
- uses: actions/setup-node@v3.4.1
23+
- uses: actions/setup-node@v3.5.0
2424
with:
2525
node-version: 12.x
2626
cache: pnpm

0 commit comments

Comments
 (0)