Skip to content

Commit c42f269

Browse files
committed
Update workflows from templates.
1 parent bb8b71b commit c42f269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- run: cargo fmt --all -- --check
2828
- uses: actions-rs/install@v0.1
2929
with:
30-
crate: cargo-sort-ck
30+
crate: cargo-sort
3131
version: latest
32-
- run: cargo-sort-ck
32+
- run: cargo sort --check
3333
- name: Cancel workflow
3434
if: failure()
35-
uses: andymckay/cancel-action@0.2
35+
uses: andymckay/cancel-action@0.3
3636
clippy:
3737
name: Clippy
3838
runs-on: ubuntu-22.04

.github/workflows/rust-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
profile: minimal
2323
toolchain: ${{ matrix.toolchain }}
2424
override: true
25-
- uses: Swatinem/rust-cache@v1
25+
- uses: Swatinem/rust-cache@v2
2626
id: rust-cache
2727
- name: Install sccache
2828
if: steps.rust-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)