Update actions/setup-node action to v6

This commit is contained in:
renovate[bot]
2025-12-31 18:52:56 +00:00
committed by GitHub
parent 73c1274011
commit 971c4b00f2
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
ref: ${{ inputs.commit || github.sha }} ref: ${{ inputs.commit || github.sha }}
- name: Setup node environment - name: Setup node environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with: with:
node-version: 20 node-version: 20
cache: npm cache: npm

View File

@@ -48,7 +48,7 @@ jobs:
show-progress: false show-progress: false
- name: Setup node environment ⚙️ - name: Setup node environment ⚙️
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with: with:
node-version: 20 node-version: 20
cache: npm cache: npm

View File

@@ -85,7 +85,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Setup node environment - name: Setup node environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with: with:
node-version: 20 node-version: 20
cache: npm cache: npm