Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2022
1 parent a59c911 commit cf7f7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
command: fmt
args: '--check'
- name: Auto-cache Rust artifacts
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1
- name: Check Clippy lints
uses: actions-rs/clippy-check@v1
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
profile: minimal
toolchain: 1.62.1
- name: Auto-cache Rust artifacts
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1
- name: Restore sqlx-cli
uses: actions/cache@v3
id: cache-sqlx-cli
Expand Down

0 comments on commit cf7f7ba

Please sign in to comment.