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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-11 19:36:53 +00:00
committed by Quentin Gliech
parent bf4fb726bc
commit 442d016e15
+9 -9
View File
@@ -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