Skip to content

Commit

Permalink
Bump action versions on CI for consistency
Browse files Browse the repository at this point in the history
We are already using these versions on some of the tasks here, this is
just for consistency across the different tasks.
  • Loading branch information
Gilad Chase committed Nov 6, 2023
1 parent 589e69d commit c3bb831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Rust Toolchain Setup
run: rustup show
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Check format
run: cargo clippy --all-targets --all-features

run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Rust Toolchain Setup
run: rustup show
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- run: pip install cairo-lang; cargo test -- --include-ignored

udeps:
Expand Down

0 comments on commit c3bb831

Please sign in to comment.