From d0126a541b92c2f8b16f61cf72cd41db2aed997a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:59:24 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/alpha.yml | 6 +++--- .github/workflows/autobuild.yml | 10 +++++----- .github/workflows/cross_check.yaml | 2 +- .github/workflows/dev.yml | 2 +- .github/workflows/frontend-check.yml | 2 +- .github/workflows/pr-ai-slop-review.lock.yml | 8 ++++---- .github/workflows/release.yml | 12 ++++++------ .github/workflows/telegram-notify.yml | 2 +- .github/workflows/updater.yml | 4 ++-- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 89d420527..8ee74e359 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -307,7 +307,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm @@ -377,7 +377,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - name: Install pnpm uses: pnpm/action-setup@v5 @@ -505,7 +505,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 353272fae..d089f1a1c 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.14.0' + node-version: '24.14.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.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Pnpm Cache @@ -285,7 +285,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Pnpm Cache @@ -430,7 +430,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Pnpm Cache @@ -532,7 +532,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5.0.0 name: Install pnpm diff --git a/.github/workflows/cross_check.yaml b/.github/workflows/cross_check.yaml index 54e172d78..70c082c8d 100644 --- a/.github/workflows/cross_check.yaml +++ b/.github/workflows/cross_check.yaml @@ -43,7 +43,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 1848de3a5..7ad6dccbf 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -103,7 +103,7 @@ jobs: if: github.event.inputs[matrix.input] == 'true' uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Pnpm Cache diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index ca4a3dbc0..cba28fc13 100644 --- a/.github/workflows/frontend-check.yml +++ b/.github/workflows/frontend-check.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@v6 if: steps.check_frontend.outputs.frontend == 'true' with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Restore pnpm cache diff --git a/.github/workflows/pr-ai-slop-review.lock.yml b/.github/workflows/pr-ai-slop-review.lock.yml index 600f04b01..114218008 100644 --- a/.github/workflows/pr-ai-slop-review.lock.yml +++ b/.github/workflows/pr-ai-slop-review.lock.yml @@ -61,7 +61,7 @@ jobs: title: ${{ steps.sanitized.outputs.title }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@51dc62f48a0580237c220a128ba80c22bc408e64 # v0.63.0 + uses: github/gh-aw-actions/setup@f00748eed7ad5332d58709e92e1946cd1c8d3f8f # v0.63.1 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info @@ -272,7 +272,7 @@ jobs: output_types: ${{ steps.collect_output.outputs.output_types }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@51dc62f48a0580237c220a128ba80c22bc408e64 # v0.63.0 + uses: github/gh-aw-actions/setup@f00748eed7ad5332d58709e92e1946cd1c8d3f8f # v0.63.1 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths @@ -849,7 +849,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@51dc62f48a0580237c220a128ba80c22bc408e64 # v0.63.0 + uses: github/gh-aw-actions/setup@f00748eed7ad5332d58709e92e1946cd1c8d3f8f # v0.63.1 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact @@ -960,7 +960,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@51dc62f48a0580237c220a128ba80c22bc408e64 # v0.63.0 + uses: github/gh-aw-actions/setup@f00748eed7ad5332d58709e92e1946cd1c8d3f8f # v0.63.1 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77a7b6cd6..46b04db9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm @@ -281,7 +281,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - name: Install pnpm uses: pnpm/action-setup@v5 @@ -420,7 +420,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm @@ -505,7 +505,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm @@ -531,7 +531,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm @@ -593,7 +593,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm diff --git a/.github/workflows/telegram-notify.yml b/.github/workflows/telegram-notify.yml index 4c1284c0b..59bf591ff 100644 --- a/.github/workflows/telegram-notify.yml +++ b/.github/workflows/telegram-notify.yml @@ -34,7 +34,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index f282048f6..8c9eff506 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm @@ -39,7 +39,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' - uses: pnpm/action-setup@v5 name: Install pnpm