File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266
266
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
267
267
- name : ' Restore OpenSSL build'
268
268
id : cache-openssl
269
- uses : actions/cache@v3.0.2
269
+ uses : actions/cache@v3
270
270
with :
271
271
path : ./multissl/openssl/${{ env.OPENSSL_VER }}
272
272
key : ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -277,7 +277,7 @@ jobs:
277
277
run : |
278
278
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
279
279
- name : Configure ccache action
280
- uses : hendrikmuhs/ccache-action@v1
280
+ uses : hendrikmuhs/ccache-action@v1.2
281
281
- name : Configure CPython
282
282
run : ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
283
283
- name : Build CPython
You can’t perform that action at this time.
0 commit comments