From 5305f1bda0fa3b3bba69f3e77c28eeb4bd50ee12 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 8 Feb 2024 08:47:24 -0500 Subject: [PATCH] actions: rebuild for Python 3.12.2 --- .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 359fef1c..48f9f3ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: path: | bin.tar.xz src/cpython - key: gam-${{ matrix.jid }}-20240130 + key: gam-${{ matrix.jid }}-20240208 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'