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 @@ -201,7 +201,7 @@ jobs:
201
201
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
202
202
- name : ' Restore OpenSSL build'
203
203
id : cache-openssl
204
- uses : actions/cache@v2.1.4
204
+ uses : actions/cache@v3
205
205
with :
206
206
path : ./multissl/openssl/${{ env.OPENSSL_VER }}
207
207
key : ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -212,7 +212,7 @@ jobs:
212
212
run : |
213
213
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
214
214
- name : Configure ccache action
215
- uses : hendrikmuhs/ccache-action@v1
215
+ uses : hendrikmuhs/ccache-action@v1.2
216
216
- name : Configure CPython
217
217
run : ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
218
218
- name : Build CPython
You can’t perform that action at this time.
0 commit comments