From 89ff7a9c133ec75a4e8238f70d5b899c1e2fb531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:30:33 +0000 Subject: [PATCH] chore(actions): update github actions to v24.18.0 --- .github/workflows/mcp-release-watch.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/release-selfhost.yml | 2 +- .github/workflows/selfhost.yml | 2 +- .github/workflows/ui-preview-deploy.yml | 2 +- .github/workflows/upstream-contract.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mcp-release-watch.yml b/.github/workflows/mcp-release-watch.yml index d4b82dc9c1..b514c1c604 100644 --- a/.github/workflows/mcp-release-watch.yml +++ b/.github/workflows/mcp-release-watch.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.17.0 + node-version: 24.18.0 - name: Check MCP release status env: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6ad32eb924..42b7358b5c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.17.0 + node-version: 24.18.0 registry-url: https://registry.npmjs.org - name: Verify release tag diff --git a/.github/workflows/release-selfhost.yml b/.github/workflows/release-selfhost.yml index 40d7c6afc3..e62a45fc6a 100644 --- a/.github/workflows/release-selfhost.yml +++ b/.github/workflows/release-selfhost.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24" + node-version: "24.18.0" cache: "npm" - name: Install deps diff --git a/.github/workflows/selfhost.yml b/.github/workflows/selfhost.yml index b3c94a0136..82baaeaeaf 100644 --- a/.github/workflows/selfhost.yml +++ b/.github/workflows/selfhost.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24" + node-version: "24.18.0" cache: "npm" - name: Install deps diff --git a/.github/workflows/ui-preview-deploy.yml b/.github/workflows/ui-preview-deploy.yml index c29c18c885..8984938422 100644 --- a/.github/workflows/ui-preview-deploy.yml +++ b/.github/workflows/ui-preview-deploy.yml @@ -63,7 +63,7 @@ jobs: if: steps.cfg.outputs.ready == 'true' uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.17.0 + node-version: 24.18.0 - name: Install trusted Wrangler if: steps.cfg.outputs.ready == 'true' diff --git a/.github/workflows/upstream-contract.yml b/.github/workflows/upstream-contract.yml index 05eb9329b2..30966a32d4 100644 --- a/.github/workflows/upstream-contract.yml +++ b/.github/workflows/upstream-contract.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.17.0 + node-version: 24.18.0 cache: npm - name: Install dependencies