mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 05:10:44 +00:00
build(deps): bump Swatinem/rust-cache from 1 to 2
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 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/v1.0.0...v2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
37d57b2595
commit
eafc50a049
2
.github/workflows/audit.yaml
vendored
2
.github/workflows/audit.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
4
.github/workflows/cd.yaml
vendored
4
.github/workflows/cd.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
profile: minimal
|
||||
target: ${{ matrix.job.target }}
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -78,7 +78,7 @@ jobs:
|
||||
# toolchain: stable
|
||||
# profile: minimal
|
||||
# override: true
|
||||
# - uses: Swatinem/rust-cache@v1
|
||||
# - uses: Swatinem/rust-cache@v2
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user