chore(deps)!: update actions/setup-node (v4.4.0 → v6.0.0) (#81)

This commit is contained in:
renovate[bot]
2025-11-29 10:01:47 +02:00
committed by GitHub
parent 3d017f58e0
commit 03cd624ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'