Skip to content

Commit

Permalink
Update nightly version.
Browse files Browse the repository at this point in the history
  • Loading branch information
elenakrittik authored and github-actions[bot] committed Jan 13, 2025
1 parent efeefb8 commit 134c34b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-12-15
toolchain: nightly-2025-01-12
components: clippy

- run: cargo clippy
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-12-15
toolchain: nightly-2025-01-12
components: rustfmt

- uses: actions-rust-lang/rustfmt@v1
2 changes: 1 addition & 1 deletion .github/workflows/shear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-12-15
toolchain: nightly-2025-01-12

- uses: taiki-e/install-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-12-15
toolchain: nightly-2025-01-12

- uses: taiki-e/install-action@nextest

Expand Down

0 comments on commit 134c34b

Please sign in to comment.