Skip to content

Commit c25b484

Browse files
authored
[3.9] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#102094)
[3.9] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079)
1 parent 04cc427 commit c25b484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
225225
- name: 'Restore OpenSSL build'
226226
id: cache-openssl
227-
uses: actions/cache@v3.0.2
227+
uses: actions/cache@v3
228228
with:
229229
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
230230
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -235,7 +235,7 @@ jobs:
235235
run: |
236236
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
237237
- name: Configure ccache action
238-
uses: hendrikmuhs/ccache-action@v1
238+
uses: hendrikmuhs/ccache-action@v1.2
239239
- name: Configure CPython
240240
run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
241241
- name: Build CPython

0 commit comments

Comments
 (0)