From 51acbd4238c81e06504f86ca50a6ba9d199ab79f Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 4 Apr 2026 14:30:39 +0100 Subject: [PATCH 1/2] Update submodule --- kitten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitten b/kitten index 3b9947f..bd5695d 160000 --- a/kitten +++ b/kitten @@ -1 +1 @@ -Subproject commit 3b9947fc5ae08434d0d3f61cb2ea22d13911732d +Subproject commit bd5695d82175b79b5b685eb9c0475ad992e7cb70 From 9854adb36746422cdd10e6125551075856244113 Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 4 Apr 2026 14:33:05 +0100 Subject: [PATCH 2/2] CI: Update workflow 1/ Runner 20.04 not now available 2/ Node 20 is now deprecated --- .github/workflows/ci-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 66da5e4..be751c7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,7 +3,6 @@ on: pull_request: types: - opened - - edited - ready_for_review - reopened - synchronize @@ -13,11 +12,11 @@ jobs: build: if: contains(github.event.head_commit.message, '[skip ci]') == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository and submodules - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: recursive