Skip to content

Commit

Permalink
Merge pull request #1211 from cobalt-org/renovate/stable-1.x
Browse files Browse the repository at this point in the history
chore(deps): Update dependency STABLE to v1.81.0
  • Loading branch information
epage authored Oct 1, 2024
2 parents 0709bb3 + 6276ba5 commit 2f9a75f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.80" # STABLE
toolchain: "1.81.0" # STABLE
- uses: Swatinem/rust-cache@v2
- name: Check documentation
env:
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.80" # STABLE
toolchain: "1.81.0" # STABLE
components: rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check formatting
Expand All @@ -137,7 +137,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.80" # STABLE
toolchain: "1.81.0" # STABLE
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools
Expand Down

0 comments on commit 2f9a75f

Please sign in to comment.