Skip to content

Commit 3d58209

Browse files
build(deps): bump actions/setup-node from 3 to 4 (#4155)
1 parent 5c19d1d commit 3d58209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: go mod download
4343

4444
- name: Use Node.js ${{ env.NODE_VERSION }}
45-
uses: actions/setup-node@v3
45+
uses: actions/setup-node@v4
4646
with:
4747
node-version: ${{ env.NODE_VERSION }}
4848
cache: npm

.github/workflows/post-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Update GitHub action config
2424
run: make assets/github-action-config.json
2525

26-
- uses: actions/setup-node@v3
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: "15"
2929
check-latest: true

0 commit comments

Comments
 (0)