Skip to content

Commit 2056bca

Browse files
chore(deps): update actions/setup-node digest to 969bd26
1 parent 34c18e1 commit 2056bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
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@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
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@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

0 commit comments

Comments
 (0)