diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index f568d3724..6bc6b8433 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.1' + node-version: '24.15.0' - 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.1' + node-version: '24.15.0' cache: 'pnpm' - name: Pnpm Cache @@ -285,7 +285,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' cache: 'pnpm' - name: Pnpm Cache @@ -430,7 +430,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' cache: 'pnpm' - name: Pnpm Cache @@ -532,7 +532,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6.0.0 name: Install pnpm diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 5dd6d3a16..0362a3497 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,6 +21,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install gh-aw extension - uses: github/gh-aw-actions/setup-cli@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.3 + uses: github/gh-aw-actions/setup-cli@57583dfa129051b855aa5d750d36fbeb8a885579 # v0.68.4 with: version: v0.68.1 diff --git a/.github/workflows/cross_check.yaml b/.github/workflows/cross_check.yaml index 1f0e5c91a..0e3a8169e 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.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 8f0cc672f..8eb277730 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.1' + node-version: '24.15.0' cache: 'pnpm' - name: Pnpm Cache diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index 7d05f75f3..95c0483b2 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.1' + node-version: '24.15.0' 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 fd7cafdbd..ecbdb6d3a 100644 --- a/.github/workflows/pr-ai-slop-review.lock.yml +++ b/.github/workflows/pr-ai-slop-review.lock.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.3 + uses: github/gh-aw-actions/setup@57583dfa129051b855aa5d750d36fbeb8a885579 # v0.68.4 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -311,7 +311,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.3 + uses: github/gh-aw-actions/setup@57583dfa129051b855aa5d750d36fbeb8a885579 # v0.68.4 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -868,7 +868,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.3 + uses: github/gh-aw-actions/setup@57583dfa129051b855aa5d750d36fbeb8a885579 # v0.68.4 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -974,7 +974,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.3 + uses: github/gh-aw-actions/setup@57583dfa129051b855aa5d750d36fbeb8a885579 # v0.68.4 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1142,7 +1142,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.3 + uses: github/gh-aw-actions/setup@57583dfa129051b855aa5d750d36fbeb8a885579 # v0.68.4 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bb7e393b..2b73e4b61 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.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm @@ -301,7 +301,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - name: Install pnpm uses: pnpm/action-setup@v6 @@ -447,7 +447,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm @@ -537,7 +537,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm @@ -563,7 +563,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm @@ -625,7 +625,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm diff --git a/.github/workflows/telegram-notify.yml b/.github/workflows/telegram-notify.yml index 2ec79addd..7978b45b7 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.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 11be01c39..e35429be9 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.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm @@ -39,7 +39,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - uses: pnpm/action-setup@v6 name: Install pnpm