Skip to content

Commit cca7945

Browse files
chore(deps): update actions/setup-node action to v4.0.2 (#1136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6638bff commit cca7945

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
with:
1616
node-version: 20
1717
check-latest: true

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2525
- uses: pnpm/[email protected]
2626
- name: Use Node.js
27-
uses: actions/[email protected].1
27+
uses: actions/[email protected].2
2828
with:
2929
node-version: 20
3030
check-latest: true

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
- uses: pnpm/[email protected]
1616
- name: Use Node.js
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
with:
1919
node-version: 20
2020
check-latest: true
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/[email protected]
2929
- uses: pnpm/[email protected]
3030
- name: Use Node.js
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
with:
3333
node-version: 20
3434
check-latest: true
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/[email protected]
5151
- uses: pnpm/[email protected]
5252
- name: Use Node.js
53-
uses: actions/[email protected].1
53+
uses: actions/[email protected].2
5454
with:
5555
node-version: ${{ matrix.node }}
5656
check-latest: true

0 commit comments

Comments
 (0)