From 5e1702018caf627ecea584ddb2c566b7b545b6e9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 30 Jan 2024 13:04:12 -0500 Subject: [PATCH] [actions] bump actions for OpenSSL 3.2.1 --- .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 90a0f438..359fef1c 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 }}-20231212 + key: gam-${{ matrix.jid }}-20240130 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'