Skip to content

Commit

Permalink
Merge pull request #7836 from jhipster/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/actions/setup/actions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4 in /.github/actions/setup
  • Loading branch information
pascalgrimaud authored Oct 24, 2023
2 parents a613077 + 5b2b19d commit ff23866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '${{ inputs.node-version }}'
- name: 'Setup: update NPM'
Expand Down

0 comments on commit ff23866

Please sign in to comment.