Skip to content

Commit d94140d

Browse files
chore(deps): update actions/setup-node digest to 1a4442c (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10be0e4 commit d94140d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v18
19-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
19+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2020
with:
2121
node-version: 18
2222
cache: yarn
@@ -35,7 +35,7 @@ jobs:
3535
- name: Add problem matcher
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v18
38-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
38+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
3939
with:
4040
node-version: 18
4141
cache: yarn
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout Project
5353
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
5454
- name: Use Node.js v16
55-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
55+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
5656
with:
5757
node-version: 18
5858
cache: yarn

0 commit comments

Comments
 (0)