Skip to content

Commit b629f52

Browse files
committed
Update ci actions
1 parent aadc8df commit b629f52

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ jobs:
3535
experimental: false
3636

3737
steps:
38-
- uses: actions/checkout@v2
39-
- uses: actions-rs/toolchain@v1
38+
- uses: actions/checkout@v4
39+
- uses: dtolnay/rust-toolchain@master
4040
with:
41-
profile: minimal
4241
toolchain: ${{ matrix.rust }}
43-
override: true
4442
- name: Pin versions for MSRV
4543
if: "${{ matrix.rust == '1.51.0' }}"
4644
run: |
@@ -59,7 +57,7 @@ jobs:
5957
miri:
6058
runs-on: ubuntu-latest
6159
steps:
62-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v4
6361
- name: Install Miri
6462
run: |
6563
rustup toolchain install nightly --component miri

0 commit comments

Comments
 (0)