Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3 to 4 (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 5c19d1d commit 3d58209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: go mod download

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Update GitHub action config
run: make assets/github-action-config.json

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "15"
check-latest: true
Expand Down

0 comments on commit 3d58209

Please sign in to comment.