Skip to content

Commit d2c27c5

Browse files
committed
Update checkout action to the latest v4
1 parent 29962e7 commit d2c27c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Check fmt
1111
run: cargo fmt -- --check
1212

1313
msrv:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: dtolnay/[email protected]
1818
- run: cargo check
1919

2020
minimal-versions:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Install tools
2525
run: cargo install cargo-hack cargo-minimal-versions
2626
- name: Install nightly rust
@@ -46,7 +46,7 @@ jobs:
4646
RUSTFLAGS: -C instrument-coverage
4747

4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- name: Install coverage reporter (llvm-tools-preview)
5151
if: runner.os == 'Linux'
5252
run: rustup component add llvm-tools-preview

0 commit comments

Comments
 (0)