From e65a88a1c89a3638c55928960d4c68501278297b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Dec 2025 00:03:42 +0000 Subject: [PATCH] Update https://git.quad4.io/actions/setup-node action to v6 --- .gitea/workflows/ci.yml | 4 ++-- .gitea/workflows/npm-publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3fa5b39..c735b8a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Node.js - uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: 22 cache: pnpm @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Node.js - uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: 22 cache: pnpm diff --git a/.gitea/workflows/npm-publish.yml b/.gitea/workflows/npm-publish.yml index 39ba4d5..cc14237 100644 --- a/.gitea/workflows/npm-publish.yml +++ b/.gitea/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Node.js - uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: '22' cache: pnpm @@ -34,7 +34,7 @@ jobs: run: task package - name: Configure npm for publishing - uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: '22' registry-url: 'https://git.quad4.io/api/packages/quad4-software/npm/'