From 25a3c2524f81923f52b9141355d42a318e7fe6ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:44:46 +0800 Subject: [PATCH] chore(deps): update github actions (#5660) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/autobuild.yml | 10 +++++----- .github/workflows/release.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 9c875ae25..a3eb524f6 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -46,7 +46,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24" + node-version: "24.11.1" - name: Install dependencies run: pnpm install --frozen-lockfile @@ -187,7 +187,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24" + node-version: "24.11.1" cache: "pnpm" - name: Pnpm Cache @@ -283,7 +283,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24" + node-version: "24.11.1" cache: "pnpm" - name: Pnpm Cache @@ -433,7 +433,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24" + node-version: "24.11.1" cache: "pnpm" - name: Pnpm Cache @@ -535,7 +535,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24" + node-version: "24.11.1" - uses: pnpm/action-setup@v4.2.0 name: Install pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a2cca2e..f3f2b271f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,7 +202,7 @@ jobs: - name: Tauri build # 上游 5.24 修改了 latest.json 的生成逻辑,且依赖 tauri-plugin-update 2.10.0 暂未发布,故锁定在 0.5.23 版本 - uses: tauri-apps/tauri-action@v0.5.23 + uses: tauri-apps/tauri-action@v0.6.0 env: NODE_OPTIONS: "--max_old_space_size=4096" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -400,7 +400,7 @@ jobs: - name: Tauri build id: build # 上游 5.24 修改了 latest.json 的生成逻辑,且依赖 tauri-plugin-update 2.10.0 暂未发布,故锁定在 0.5.23 版本 - uses: tauri-apps/tauri-action@v0.5.23 + uses: tauri-apps/tauri-action@v0.6.0 env: NODE_OPTIONS: "--max_old_space_size=4096" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}