From c49708cbae60edfd9a65ab5f7a6dc096526bd245 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 11 Jun 2025 19:24:51 -0400 Subject: [PATCH] actions: rebuild for Python 3.13.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 c69dd863..367ee9f2 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 }}-20250603 + key: gam-${{ matrix.jid }}-20250611 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'