Skip to content

Commit

Permalink
chore: update Swatinem/rust-cache action in GHA workflows (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored and hawkw committed Sep 29, 2023
1 parent 87c18eb commit 8eb2a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Run cargo check
run: cargo check

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Run cargo fmt
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 8eb2a2a

Please sign in to comment.