Skip to content

Commit

Permalink
Merge pull request #16 from artichoke/lopopolo/update-rust-cache-to-v2
Browse files Browse the repository at this point in the history
Update artichoke/setup-rust to use Swatinem/rust-cache@v2
  • Loading branch information
lopopolo authored Dec 2, 2022
2 parents dd5f622 + 06652bc commit c4ff6f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ runs:
fi
- name: Setup Rust caching
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
if: steps.lockfile.outputs.present == 'true'
2 changes: 1 addition & 1 deletion check-minimal-versions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ runs:
fi
- name: Setup Rust caching
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
if: steps.lockfile.outputs.present == 'true'
2 changes: 1 addition & 1 deletion lint-and-format/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ runs:
fi
- name: Setup Rust caching
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
if: steps.lockfile.outputs.present == 'true'

0 comments on commit c4ff6f4

Please sign in to comment.