From e68ff469f3f51012d53fabc0b8afb032710b4ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 05:18:36 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.0.2. - [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/v2.1.6...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-post-land.yml | 6 +++--- .github/workflows/ci-test.yml | 6 +++--- .github/workflows/daily.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-post-land.yml b/.github/workflows/ci-post-land.yml index 3809b2b8ed13..2734f3c432cb 100644 --- a/.github/workflows/ci-post-land.yml +++ b/.github/workflows/ci-post-land.yml @@ -68,7 +68,7 @@ jobs: # ref: ${{ github.event.pull_request.head.sha }} # fetch-depth: 0 #get all the history!!! # - uses: ./.github/actions/build-setup - # - uses: actions/cache@v2.1.6 + # - uses: actions/cache@v4.0.2 # with: # path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" # key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -100,7 +100,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.0.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -366,7 +366,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2.3.4 - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.0.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index aba74fbf3f0f..7780875ab172 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -593,7 +593,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.0.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -906,7 +906,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.0.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -966,7 +966,7 @@ jobs: - uses: actions/checkout@v2.4.0 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.0.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 0e621171985e..ee822c11b192 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -154,7 +154,7 @@ jobs: with: ref: ${{ matrix.target-branch }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.0.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}