Skip to content

Commit dee70dd

Browse files
authored
Merge pull request #160 from striezel-stash/actions-update
Update GitHub Actions CI
2 parents ee294db + 3d10dce commit dee70dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
- beta
2424
- nightly
2525
steps:
26-
- uses: actions/checkout@v2
27-
- uses: actions-rs/toolchain@v1
26+
- uses: actions/checkout@v4
27+
- uses: dtolnay/rust-toolchain@master
2828
with:
2929
toolchain: ${{ matrix.rust }}
30-
default: true
31-
profile: minimal
3230
- run: rustup component add rustfmt-preview
3331
- name: cargo fmt --all -- --check if stable
3432
run: |

0 commit comments

Comments
 (0)