From f62f8fd32794bf87626361038fe0ae452492bd7d Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Wed, 10 Jun 2026 11:33:03 -0400 Subject: [PATCH] CI: checkout@v5 (Node 24; v4's Node 20 is removed from runners 2026-09) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bec3001..51ce4c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: # (weak-self captures inside @MainActor Tasks) that Swift 5.10 rejects. runs-on: macos-15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build (release) run: swift build -c release - name: Test