Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache from 1 to 2
Browse files Browse the repository at this point in the history
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](Swatinem/rust-cache@v1...v2)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jyao1 committed Sep 20, 2023
1 parent f2cc58e commit 4da7dfc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
override: true

- name: Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Preparation work
run: make preparation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
components: rust-src, llvm-tools-preview

- name: Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run cargo install cargo-xbuild
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
submodules: recursive

- name: Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Preparation work
run: bash sh_script/preparation.sh
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
submodules: recursive

- name: Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Preparation Work
run: make preparation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
components: rust-src

- name: Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run cargo install cargo-xbuild
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
components: rust-src

- name: Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run cargo install cargo-xbuild
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 4da7dfc

Please sign in to comment.