From f91ebfabcb0b7994ec091b710116ca52227cfcec Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Oct 2024 06:48:51 -0400 Subject: [PATCH] actions: rebuild to pickup Python 3.13.0 --- .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 e87f8798..cd03e48f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20241002 + key: gam-${{ matrix.jid }}-20241008 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'