Skip to content

Commit

Permalink
fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Dec 4, 2024
1 parent 79dcee9 commit 94d8677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: mozilla-actions/sccache-action@0.0.6
- uses: mozilla-actions/sccache-action@v0.0.6
- name: cargo check
run: |
rm -f Cargo.lock
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.MSRV }}
- uses: mozilla-actions/sccache-action@0.0.6
- uses: mozilla-actions/sccache-action@v0.0.6
- name: Check MSRV
run: |
cargo +$MSRV check

0 comments on commit 94d8677

Please sign in to comment.