diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 906643f163..e5fd0ca1c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.arch == 'x86_64' id: cache-openssl-x86 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04b35be351..f694bde8ac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -67,7 +67,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' id: cache-openssl-x86 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0e41e459a..9555d085cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' id: cache-openssl-x86 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }}