Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent c964fe3 commit fa812f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-hugo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
go-version: "${{ inputs.go-version }}"
go-version-file: "${{ inputs.go-version-file }}"

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "${{ inputs.node-version }}"

Expand Down
2 changes: 1 addition & 1 deletion setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- run: npm install -g corepack && corepack enable npm pnpm yarn
shell: bash

- uses: actions/setup-node@v3.8.2 # https://github.com/actions/setup-node/releases
- uses: actions/setup-node@v4.0.0 # https://github.com/actions/setup-node/releases
with:
node-version: '${{ inputs.node-version }}'
node-version-file: '${{ inputs.node-version-file }}'
Expand Down

0 comments on commit fa812f3

Please sign in to comment.