From 6bea85195ad7cd02106a630458e767ba6f352ede Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Dec 2025 02:40:48 +0000 Subject: [PATCH] Update https://git.quad4.io/actions/setup-node action to v6 --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b5f16b3..08fc630 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: cache: true - name: Setup Node - uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: '22' diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 1df923d..b1fc2e5 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: cache: true - name: Setup Node - uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: '22' -- 2.49.1