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 @@ -224,7 +224,7 @@ jobs:
224
224
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
225
225
- name : ' Restore OpenSSL build'
226
226
id : cache-openssl
227
- uses : actions/cache@v3.0.2
227
+ uses : actions/cache@v3
228
228
with :
229
229
path : ./multissl/openssl/${{ env.OPENSSL_VER }}
230
230
key : ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -235,7 +235,7 @@ jobs:
235
235
run : |
236
236
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
237
237
- name : Configure ccache action
238
- uses : hendrikmuhs/ccache-action@v1
238
+ uses : hendrikmuhs/ccache-action@v1.2
239
239
- name : Configure CPython
240
240
run : ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
241
241
- name : Build CPython
You can’t perform that action at this time.
0 commit comments