Skip to content

Commit

Permalink
Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
Update actions/setup-node from 3 to 4

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Apr 8, 2024
1 parent a616aa9 commit 3f158fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
steps:
# https://github.com/actions/setup-node#caching-global-packages-data
- name: Setup Node.js (Linux)
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
if: runner.os == 'Linux'
with:
node-version: ${{ inputs.NODE_VERSION }}
Expand All @@ -36,14 +36,14 @@ runs:
python-version: "3.11"

- name: Setup Node.js (macOS)
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
if: runner.os == 'macOS'
with:
node-version: ${{ inputs.NODE_VERSION }}
cache: npm

- name: Setup Node.js (Windows)
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
if: runner.os == 'Windows'
with:
node-version: ${{ inputs.NODE_VERSION }}
Expand Down

0 comments on commit 3f158fc

Please sign in to comment.