Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 3ab2564 commit 2f782cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt

- name: Cache rust cargo build files
uses: Leafwing-Studios/cargo-cache@v1
uses: Leafwing-Studios/cargo-cache@5edda26afa3d28be5d6ee87d4c69c246e3ee37fb # v1

- run: cargo fmt --all -- --check

Expand All @@ -37,15 +37,15 @@ jobs:
env:
RUSTFLAGS: "-D warnings --force-warn deprecated --force-warn dead-code"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy

- name: Cache rust cargo build files
uses: Leafwing-Studios/cargo-cache@v1
uses: Leafwing-Studios/cargo-cache@5edda26afa3d28be5d6ee87d4c69c246e3ee37fb # v1

- run: cargo clippy --all --all-targets --all-features

Expand All @@ -55,14 +55,14 @@ jobs:
env:
RUSTFLAGS: "-D warnings --force-warn deprecated --force-warn dead-code"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable

- name: Cache rust cargo build files
uses: Leafwing-Studios/cargo-cache@v1
uses: Leafwing-Studios/cargo-cache@5edda26afa3d28be5d6ee87d4c69c246e3ee37fb # v1

- name: check (release)
run: cargo check --release --all --all-targets --all-features
Expand All @@ -73,14 +73,14 @@ jobs:
env:
RUSTFLAGS: "-D warnings --force-warn deprecated --force-warn dead-code"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable

- name: Cache rust cargo build files
uses: Leafwing-Studios/cargo-cache@v1
uses: Leafwing-Studios/cargo-cache@5edda26afa3d28be5d6ee87d4c69c246e3ee37fb # v1

- name: Unit tests
run: cargo test --verbose --workspace --lib -- --nocapture
Expand Down

0 comments on commit 2f782cb

Please sign in to comment.