From 3fbb261821e70579878dfcf030093ca8be5fb8a1 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 13 Feb 2026 18:59:29 -0500 Subject: [PATCH] actions: rebuild to get Python 3.14.3 --- .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 41c8db99..79f6127a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20260129 + key: gam-${{ matrix.jid }}-20260213 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'