Bump actions/cache from 3.0.5 to 3.0.7
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.7. - [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.5...v3.0.7) --- 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:
committed by
Quentin Gliech
parent
acd9525390
commit
4bd231dbb7
18
.github/workflows/ci.yaml
vendored
18
.github/workflows/ci.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
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.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@@ -181,7 +181,7 @@ jobs:
|
||||
make
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
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.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@@ -259,7 +259,7 @@ jobs:
|
||||
make
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -268,7 +268,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Setup build cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@@ -340,7 +340,7 @@ jobs:
|
||||
make
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -349,7 +349,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Setup build cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.7
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
|
||||
Reference in New Issue
Block a user