From 5b32bc31c7495fd4143f512fd0ce776adfd67c76 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 23 May 2026 19:02:09 -0400 Subject: [PATCH] actions: rebuild for Python 3.14.5 --- .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 9ce5ad0b..d9d129ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20260508 + key: gam-${{ matrix.jid }}-20260523 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'