Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 555c821

Browse files
authoredSep 19, 2024··
chore(deps): update actions/setup-node digest to 0a44ba7
1 parent 89354d5 commit 555c821

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
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set node version to 18
21-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
21+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2222
with:
2323
node-version: 18
2424

@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Set node version to 18
42-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
42+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
4343
with:
4444
node-version: 18
4545

@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Set node version to 18
63-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
63+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
6464
with:
6565
node-version: 18
6666

0 commit comments

Comments
 (0)
Please sign in to comment.