From cac34c56910aa12d43ff86d310c2ea219d9bb1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:11:35 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.3.1. - [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...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yml | 4 ++-- .github/workflows/daily.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 0fa98d1276..8b9fde4dbf 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -177,7 +177,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.3.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -204,7 +204,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@v3.3.1 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 87be9b1fb2..179dba7532 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -72,7 +72,7 @@ jobs: with: ref: ${{ matrix.target-branch }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.3.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}