Skip to content

Commit

Permalink
ci: Bump the version of the rust-cache github action
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar authored and dkasak committed Nov 28, 2022
1 parent 1a84aee commit 8830272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
profile: minimal
override: true

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

- name: Clippy
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
profile: minimal
override: true

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

- name: Test
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
override: true

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

- name: Install tarpaulin
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
toolchain: nightly
override: true

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

- name: Build docs
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 8830272

Please sign in to comment.