Bump actions/cache from 3.0.3 to 3.0.4

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

---
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-06-07 19:33:32 +00:00
committed by Quentin Gliech
parent 909091a401
commit 6816854ff7
+9 -9
View File
@@ -29,7 +29,7 @@ jobs:
override: true
- name: Setup Cargo cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
~/.cargo/registry/index
@@ -110,7 +110,7 @@ jobs:
override: true
- name: Setup Cargo cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
~/.cargo/registry/index
@@ -119,7 +119,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
target
@@ -165,7 +165,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
~/.cargo/registry/index
@@ -174,7 +174,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
target
@@ -230,7 +230,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
~/.cargo/registry/index
@@ -239,7 +239,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
target
@@ -284,7 +284,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
~/.cargo/registry/index
@@ -293,7 +293,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: |
target