Skip to content

Commit 95e3211

Browse files
chore(deps): update actions/setup-node digest to cdca736
1 parent 1faa999 commit 95e3211

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
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 v20
19-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
19+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2020
with:
2121
node-version: 20
2222
cache: yarn
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Project
3434
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3535
- name: Use Node.js v20
36-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
36+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3737
with:
3838
node-version: 20
3939
cache: yarn
@@ -57,7 +57,7 @@ jobs:
5757
- name: Add problem matcher
5858
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
5959
- name: Use Node.js v20
60-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
60+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6161
with:
6262
node-version: 20
6363
cache: yarn

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout Project
1717
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1818
- name: Use Node.js v20
19-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
19+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2020
with:
2121
node-version: 20
2222
cache: yarn

0 commit comments

Comments
 (0)