]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079)
authorDong-hee Na <donghee.na@python.org>
Mon, 20 Feb 2023 15:43:33 +0000 (00:43 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2023 15:43:33 +0000 (00:43 +0900)
.github/workflows/build.yml

index 0f3ad7b0bcf51b757ac250ba788a5cbb94659538..07261dc6bdb63a8c6a69981f736f91a4d4e48b49 100644 (file)
@@ -266,7 +266,7 @@ jobs:
         echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
     - name: 'Restore OpenSSL build'
       id: cache-openssl
-      uses: actions/cache@v3.0.2
+      uses: actions/cache@v3
       with:
         path: ./multissl/openssl/${{ env.OPENSSL_VER }}
         key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -277,7 +277,7 @@ jobs:
       run: |
         echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
     - name: Configure ccache action
-      uses: hendrikmuhs/ccache-action@v1
+      uses: hendrikmuhs/ccache-action@v1.2
     - name: Configure CPython
       run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
     - name: Build CPython