build(deps): bump Swatinem/rust-cache from 2.6.2 to 2.7.0
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.2 to 2.7.0. - [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.2...v2.7.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
883f5e4ce9
commit
da3615dd75
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
rustup target add ${{ matrix.arch }}-unknown-linux-musl
|
rustup target add ${{ matrix.arch }}-unknown-linux-musl
|
||||||
|
|
||||||
- name: Setup Rust build cache
|
- name: Setup Rust build cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
shared-key: ${{ matrix.arch }}-linux
|
shared-key: ${{ matrix.arch }}-linux
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||||
@@ -160,7 +160,7 @@ jobs:
|
|||||||
rustup target add ${{ matrix.arch }}-apple-darwin
|
rustup target add ${{ matrix.arch }}-apple-darwin
|
||||||
|
|
||||||
- name: Setup Rust build cache
|
- name: Setup Rust build cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
shared-key: ${{ matrix.arch }}-macos
|
shared-key: ${{ matrix.arch }}-macos
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||||
|
|||||||
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -144,7 +144,7 @@ jobs:
|
|||||||
rustup default stable
|
rustup default stable
|
||||||
|
|
||||||
- name: Setup Rust cache
|
- name: Setup Rust cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||||
|
|
||||||
@@ -205,7 +205,7 @@ jobs:
|
|||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Setup Rust cache
|
- name: Setup Rust cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||||
|
|
||||||
@@ -269,7 +269,7 @@ jobs:
|
|||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Setup Rust cache
|
- name: Setup Rust cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
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
|
run: make
|
||||||
|
|
||||||
- name: Setup Rust cache
|
- name: Setup Rust cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
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
|
rustup default stable
|
||||||
|
|
||||||
- name: Setup Rust cache
|
- name: Setup Rust cache
|
||||||
uses: Swatinem/rust-cache@v2.6.2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
with:
|
with:
|
||||||
save-if: "${{ github.event_name != 'pull_request' }}"
|
save-if: "${{ github.event_name != 'pull_request' }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user