From d0a378413f874ebca045aaf56eb78dba1e355b6e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 25 Aug 2023 13:28:58 -0400 Subject: [PATCH] actions: rebuild for Python 3.11.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 8b793379..bc593ac8 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 }}-20230801 + key: gam-${{ matrix.jid }}-20230825 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'