From 9f6fa2807dd6edd1a6717b458023084028a46b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:39:35 +0000 Subject: [PATCH] build(deps): 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/benchmark.yml | 4 ++-- .github/workflows/build_pyvelox.yml | 4 ++-- .github/workflows/experimental.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6b9c96d0426f..ba199a732622 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -53,7 +53,7 @@ jobs: steps: - name: "Restore ccache" - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: restore-cache with: path: ".ccache" @@ -129,7 +129,7 @@ jobs: cp -r --verbose _build/release/velox/benchmarks/basic/* ${BINARY_DIR}/contender/ - name: "Save ccache" - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 id: cache with: path: ".ccache" diff --git a/.github/workflows/build_pyvelox.yml b/.github/workflows/build_pyvelox.yml index b1882528ae1c..29c4033b69e2 100644 --- a/.github/workflows/build_pyvelox.yml +++ b/.github/workflows/build_pyvelox.yml @@ -92,7 +92,7 @@ jobs: - run: mkdir -p .ccache - name: "Restore ccache" - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: restore-cache with: path: ".ccache" @@ -144,7 +144,7 @@ jobs: cp -R ./wheelhouse/.ccache/* .ccache - name: "Save ccache" - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 id: cache with: path: ".ccache" diff --git a/.github/workflows/experimental.yml b/.github/workflows/experimental.yml index fbca400247ec..30a4da793884 100644 --- a/.github/workflows/experimental.yml +++ b/.github/workflows/experimental.yml @@ -55,7 +55,7 @@ jobs: steps: - name: "Restore ccache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "${{ env.CCACHE_DIR }}" # We are using the benchmark ccache as it has all @@ -125,7 +125,7 @@ jobs: steps: - name: "Restore ccache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "${{ env.CCACHE_DIR }}" # We are using the benchmark ccache as it has all