From 0fedac03c8725eda565e428d14aa0b30eb07c7c7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Apr 2025 16:36:23 -0400 Subject: [PATCH] actions: rebuild for Python 3.13.3 --- .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 bb1fd597..9ecafc62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250408 + key: gam-${{ matrix.jid }}-20250408-01 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'