From 708a4c88646393fe0ddf2cfea67d21af168dda2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:40:29 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/m1.yml | 4 ++-- .github/workflows/main.yml | 44 +++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index 84af982..0f1a585 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Cache openssl id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: output key: ${{ env.cache-name }} @@ -106,7 +106,7 @@ jobs: steps: - name: Cache angle id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: output key: ${{ env.cache-name }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21e5b0b..b28f217 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache libcxx32 if: steps.libcxx32-llvm.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx32--macos-10-10-4 with: @@ -103,7 +103,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache libcxx64 if: steps.libcxx64-llvm.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx64--macos-10-10-4 with: @@ -139,7 +139,7 @@ jobs: - name: Cache libcxx32 if: steps.libcxx-llvm.outputs.cache-hit != 'true' id: libcxx32-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx32--macos-10-10-4 with: @@ -148,7 +148,7 @@ jobs: - name: Cache libcxx64 if: steps.libcxx-llvm.outputs.cache-hit != 'true' id: libcxx64-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx64--macos-10-10-4 with: @@ -156,7 +156,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache libcxx if: steps.libcxx-llvm.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx--macos-10-10-4 with: @@ -186,7 +186,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl if: steps.cache-openssl32.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl32-macos-10-10 with: @@ -235,7 +235,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl if: steps.cache-openssl64.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl64-macos-10-10 with: @@ -285,7 +285,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl if: steps.openssl.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl-2 with: @@ -293,7 +293,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl32 if: steps.openssl.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl32-macos-10-10 with: @@ -301,7 +301,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl64 if: steps.openssl.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl64-macos-10-10 with: @@ -330,7 +330,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache angle if: steps.angle.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-angle-3 with: @@ -367,7 +367,7 @@ jobs: steps: - name: Select Xcode run: sudo xcode-select -switch /Applications/Xcode_14.2.app - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 id: cache with: path: protobuf-build @@ -414,7 +414,7 @@ jobs: make -j8 make install -j8 working-directory: protobuf - - uses: actions/cache/save@v3 + - uses: actions/cache/save@v4 if: steps.cache.outputs.cache-hit != 'true' with: path: protobuf-build @@ -531,7 +531,7 @@ jobs: path: "m1-artifacts" - name: Cache libcxx32 id: libcxx32-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx32--macos-10-10-4 with: @@ -539,7 +539,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache libcxx64 id: libcxx64-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx64--macos-10-10-4 with: @@ -547,28 +547,28 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache libcxx id: libcxx-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-libcxx--macos-10-10-4 with: path: libcxx-build key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl-2 with: path: ssl key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl32 - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl32-macos-10-10 with: path: ssl32 key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache openssl64 - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-openssl64-macos-10-10 with: @@ -584,13 +584,13 @@ jobs: ln -s ../ssl/lib - name: Cache angle if: steps.angle.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-angle-3 with: path: source/osx-angle-ci/artifacts key: ${{ runner.os }}-build-${{ env.cache-name }} - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: fail-on-cache-miss: true path: protobuf-build @@ -604,7 +604,7 @@ jobs: - name: Cache qt if: 'false' id: cache-qt - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-qt-macos-${{ matrix.target }} with: