From f45574b4f8e1de32a713d602b3d69a5cc4965ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:15:07 +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/coverage.yml | 2 +- .github/workflows/integration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 64b2ca437067..37d697dc3440 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -51,7 +51,7 @@ jobs: curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protoc-21.4-linux-x86_64.zip unzip protoc-21.4-linux-x86_64.zip - name: Cache Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/.cargo key: cargo-coverage-cache3- diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1604a7be4372..193f30d8588f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -119,12 +119,12 @@ jobs: rustup default ${{ matrix.rust }} rustup component add rustfmt clippy - name: Cache Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/.cargo key: cargo-maturin-cache- - name: Cache Rust dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/target # this key is not equal because maturin uses different compilation flags.