Skip to content

Commit

Permalink
Merge pull request #25 from semantic-release-action/renovate/actions-…
Browse files Browse the repository at this point in the history
…setup-node-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
EricCrosson authored Nov 11, 2023
2 parents f6b6b29 + 11af63a commit bf6e520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/host_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
2 changes: 1 addition & 1 deletion semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
shell: bash

- name: Configure Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down

0 comments on commit bf6e520

Please sign in to comment.