Bump actions/cache from 3.0.8 to 3.0.11

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11.
- [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.8...v3.0.11)

---
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-10-13 19:26:03 +00:00
committed by Quentin Gliech
parent dc2d735e1f
commit b57fd0078c
+9 -9
View File
@@ -34,7 +34,7 @@ jobs:
override: true
- name: Setup Cargo cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
~/.cargo/registry/index
@@ -126,7 +126,7 @@ jobs:
override: true
- name: Setup Cargo cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
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.8
uses: actions/cache@v3.0.11
with:
path: |
target
@@ -184,7 +184,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
~/.cargo/registry/index
@@ -193,7 +193,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
target
@@ -265,7 +265,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
~/.cargo/registry/index
@@ -274,7 +274,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
target
@@ -349,7 +349,7 @@ jobs:
make
- name: Setup Cargo cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
~/.cargo/registry/index
@@ -358,7 +358,7 @@ jobs:
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
- name: Setup build cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: |
target