Skip to content

Commit d897719

Browse files
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#1882)
1 parent 9012a3d commit d897719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7070

7171
- name: Setup NodeJS
72-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
72+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7373
with:
7474
node-version: 18
7575

@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
132132

133133
- name: Setup NodeJS
134-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
134+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
135135
with:
136136
node-version: 18
137137

@@ -185,7 +185,7 @@ jobs:
185185
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
186186

187187
- name: Setup NodeJS
188-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
188+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
189189
with:
190190
node-version: 18
191191

0 commit comments

Comments
 (0)