Skip to content

Commit

Permalink
Update rust-cache to v2 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Nov 13, 2022
1 parent 9645785 commit d8b9cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
override: true

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

- name: Build Internal Documentation
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
override: true

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

- name: Build ${{ matrix.name }} release
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Cache cargo dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Check formatting
uses: actions-rs/cargo@v1
Expand All @@ -39,7 +39,7 @@ jobs:
toolchain: stable
override: true
- name: Cache cargo dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Check that docs build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit d8b9cdb

Please sign in to comment.