From 27d4c37be3262a9b54295cd494e4db464a796468 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 3 Jun 2025 18:35:52 -0400 Subject: [PATCH] [actions] rebuild for Python 3.13.4 --- .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 2a1ec9da..c69dd863 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250422 + key: gam-${{ matrix.jid }}-20250603 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'