Skip to content

Commit 4752c42

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 056ce49 commit 4752c42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
23+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
23+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1010
- name: Installing Node.js v16
11-
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
11+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
1212
with:
1313
node-version: '16'
1414
registry-url: 'https://registry.npmjs.org/'

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
23+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

0 commit comments

Comments
 (0)