build(deps): bump Swatinem/rust-cache from 2.6.0 to 2.6.2
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.6.0...v2.6.2) --- updated-dependencies: - dependency-name: Swatinem/rust-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
8603113806
commit
61576692b3
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
rustup target add ${{ matrix.arch }}-unknown-linux-musl
|
||||
|
||||
- name: Setup Rust build cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
shared-key: ${{ matrix.arch }}-linux
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
rustup target add ${{ matrix.arch }}-apple-darwin
|
||||
|
||||
- name: Setup Rust build cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
shared-key: ${{ matrix.arch }}-macos
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
rustup default stable
|
||||
|
||||
- name: Setup Rust cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
@@ -203,7 +203,7 @@ jobs:
|
||||
run: make
|
||||
|
||||
- name: Setup Rust cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
@@ -267,7 +267,7 @@ jobs:
|
||||
run: make
|
||||
|
||||
- name: Setup Rust cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
|
||||
2
.github/workflows/coverage.yaml
vendored
2
.github/workflows/coverage.yaml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
run: make
|
||||
|
||||
- name: Setup Rust cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
|
||||
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
rustup default stable
|
||||
|
||||
- name: Setup Rust cache
|
||||
uses: Swatinem/rust-cache@v2.6.0
|
||||
uses: Swatinem/rust-cache@v2.6.2
|
||||
with:
|
||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user