From f566c9b68c367c1fd3b947d4d83baf708afe85e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Jul 2026 04:04:07 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .gitea/workflows/ci.yaml | 2 +- .gitea/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8f7095d..cd2a8f4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: with: run_install: false - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: pnpm diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 440a704..8a19cf4 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: with: run_install: false - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: pnpm -- 2.49.1