From 7ae9256f160a8a1abb2b378c81b3a864ac1adaac Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:48:46 +0800 Subject: [PATCH] ci(runtime): use Node 24 Python setup action Co-Authored-By: Codex --- .github/workflows/runtime-isolation-shadow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime-isolation-shadow.yml b/.github/workflows/runtime-isolation-shadow.yml index 6a752ac2..918d3b68 100644 --- a/.github/workflows/runtime-isolation-shadow.yml +++ b/.github/workflows/runtime-isolation-shadow.yml @@ -41,7 +41,7 @@ jobs: path: external/CryptoStrategies - name: Setup Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: "3.11"