From afa3f8d15c3288f2310ee21047e3a56cc438a392 Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 4 Apr 2026 13:45:48 +0100 Subject: [PATCH] CI: Update actions that use node 20 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 808d3a2..5f7563c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository and submodules - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive