Skip to content

Commit 773184f

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-node-4'
2 parents c57517c + a76e539 commit 773184f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
Write-Output "After extract"
169169
ls my-protocurl
170170
171-
- uses: actions/setup-node@v3
171+
- uses: actions/setup-node@v4
172172
with:
173173
node-version: "17.7.2"
174174

@@ -191,7 +191,7 @@ jobs:
191191
- name: Setup
192192
run: "brew install powershell"
193193

194-
- uses: actions/setup-node@v3
194+
- uses: actions/setup-node@v4
195195
with:
196196
node-version: "17.7.2"
197197

@@ -230,7 +230,7 @@ jobs:
230230
with:
231231
fetch-depth: 0
232232

233-
- uses: actions/setup-node@v3
233+
- uses: actions/setup-node@v4
234234
with:
235235
node-version: "17.7.2"
236236

0 commit comments

Comments
 (0)