Skip to content

Commit d027940

Browse files
authored
Upgrade GitHub Actions and Rust toolchain versions (#954)
* Upgrade GitHub Actions and Rust toolchain versions * Update .github/workflows/ci.yml
1 parent 68084cd commit d027940

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ jobs:
3131
runs-on: ${{ matrix.platform }}
3232

3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- name: Setup Rust toolchain
37-
uses: actions-rust-lang/setup-rust-toolchain@v1.3.4
37+
uses: actions-rust-lang/setup-rust-toolchain@v1
38+
with:
39+
components: clippy, rustfmt
40+
3841
- name: Setup nextest
3942
uses: taiki-e/install-action@nextest
4043

0 commit comments

Comments
 (0)