From 49ec0c6df4a88aed6bbd82f16f2f0e455adb2e48 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 16 Sep 2024 03:29:37 -0400 Subject: [PATCH] actions: rebuild to get Python 3.12.6 --- .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 1b32a1d4..1547950b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20240914 + key: gam-${{ matrix.jid }}-20240916 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'