From 442d016e15e86fb49eaa03b71060ce60d02ef6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 19:36:53 +0000 Subject: [PATCH] Bump actions/cache from 3.0.1 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.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/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d5911d825..5252ddccc 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -29,7 +29,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | ~/.cargo/registry/index @@ -85,7 +85,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | ~/.cargo/registry/index @@ -94,7 +94,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | target @@ -130,7 +130,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | ~/.cargo/registry/index @@ -139,7 +139,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | target @@ -185,7 +185,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | ~/.cargo/registry/index @@ -194,7 +194,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | target @@ -229,7 +229,7 @@ jobs: components: llvm-tools-preview - name: Setup Cargo cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | ~/.cargo/registry/index @@ -238,7 +238,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | target