Skip to content

Commit

Permalink
chore(deps): update actions-rust-lang/setup-rust-toolchain action to …
Browse files Browse the repository at this point in the history
…v1.9.0
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent fb1961e commit 5349270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
with:
toolchain: stable
components: clippy
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
with:
toolchain: stable
cache: false
Expand Down

0 comments on commit 5349270

Please sign in to comment.