Skip to content

Commit

Permalink
fix: update actions/setup-node action to v4.2.0 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Jan 27, 2025
1 parent e5a79f6 commit f67a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/run/node-info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
using: composite
steps:
- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.node-registry }}
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
using: composite
steps:
- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.node-registry }}
Expand Down

0 comments on commit f67a150

Please sign in to comment.