From 2d3b4c0028f3e89e971badec857b75876e126015 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Jun 2026 20:52:34 +0000 Subject: [PATCH] chore: sync workflow templates from Workflows repo Automated sync from stranske/Workflows Template hash: 94b2d167cb49 Changes synced from sync-manifest.yml --- .github/workflows/agents-auto-pilot.yml | 2 +- .github/workflows/agents-weekly-metrics.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agents-auto-pilot.yml b/.github/workflows/agents-auto-pilot.yml index 65c8bf382..38699e494 100644 --- a/.github/workflows/agents-auto-pilot.yml +++ b/.github/workflows/agents-auto-pilot.yml @@ -163,7 +163,7 @@ jobs: if: steps.check_enabled.outputs.enabled == 'true' uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '20' + node-version: '24' - name: Setup API client if: steps.check_enabled.outputs.enabled == 'true' diff --git a/.github/workflows/agents-weekly-metrics.yml b/.github/workflows/agents-weekly-metrics.yml index 0acdd9a62..5b40bc1f6 100644 --- a/.github/workflows/agents-weekly-metrics.yml +++ b/.github/workflows/agents-weekly-metrics.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "20" + node-version: "24" - name: Setup API client uses: ./.github/actions/setup-api-client