From 7c1ee239c74d2857be28f8d612ac0aa9521f3164 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Oct 2024 17:24:50 -0400 Subject: [PATCH] actions: rebuild to get Python 3.12.7 --- .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 1b68d5a9..258d73d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20240930 + key: gam-${{ matrix.jid }}-20241001 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'