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] committed Dec 11, 2023
1 parent fd72fae commit 0335422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
used_cache: ${{ steps.test-run.outputs.restored_from_cache }}
steps:
- name: "Use Node.js (${{ inputs.node_major }}.x)"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_major }}.x

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
duration_ms: ${{ steps.timer-end.outputs.duration_ms }}
steps:
- name: "Use Node.js (${{ inputs.node_major }}.x)"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_major }}.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: [14, 16, 18]
steps:
- name: "Use Node.js (${{ matrix.node-version }}.x)"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}.x

Expand Down

0 comments on commit 0335422

Please sign in to comment.