Bump actions/cache from 3.0.4 to 3.0.5

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
- [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.4...v3.0.5)

---
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-07-14 19:26:41 +00:00
committed by Quentin Gliech
parent 580b17f4c3
commit 25e8012135

View File

@@ -34,7 +34,7 @@ jobs:
override: true
- name: Setup Cargo cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
~/.cargo/registry/index
@@ -126,7 +126,7 @@ jobs:
override: true
- name: Setup Cargo cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
~/.cargo/registry/index
@@ -135,7 +135,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
target
@@ -181,7 +181,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
~/.cargo/registry/index
@@ -190,7 +190,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
target
@@ -246,7 +246,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
~/.cargo/registry/index
@@ -255,7 +255,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
target
@@ -300,7 +300,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
~/.cargo/registry/index
@@ -309,7 +309,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: |
target