File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 name : stable / fmt
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 submodules : true
2020 - name : Install stable
3434 matrix :
3535 toolchain : [stable, beta]
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3838 with :
3939 submodules : true
4040 - name : Install ${{ matrix.toolchain }}
5050 runs-on : ubuntu-latest
5151 name : nightly / doc
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 with :
5555 submodules : true
5656 - name : Install nightly
6363 runs-on : ubuntu-latest
6464 name : ubuntu / stable / features
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767 with :
6868 submodules : true
6969 - name : Install stable
8282 msrv : ["1.56.1"] # 2021 edition requires 1.56
8383 name : ubuntu / ${{ matrix.msrv }}
8484 steps :
85- - uses : actions/checkout@v3
85+ - uses : actions/checkout@v4
8686 with :
8787 submodules : true
8888 - name : Install ${{ matrix.msrv }}
Original file line number Diff line number Diff line change 1717 matrix :
1818 target : [thumbv7m-none-eabi, aarch64-unknown-none]
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 submodules : true
2323 - name : Install stable
Original file line number Diff line number Diff line change 1313 sanitizers :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 submodules : true
1919 - name : Install nightly
4949 miri :
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 with :
5454 submodules : true
5555 - run : |
6666 loom :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 with :
7171 submodules : true
7272 - name : Install stable
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 name : ubuntu / nightly
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 submodules : true
2323 - name : Install nightly
3636 # Unfortunately, hashFiles only works in if on steps, so we reepeat it.
3737 # if: hashFiles('Cargo.lock') != ''
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 with :
4141 submodules : true
4242 - name : Install beta
Original file line number Diff line number Diff line change 1717 matrix :
1818 toolchain : [stable, beta]
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 submodules : true
2323 - name : Install ${{ matrix.toolchain }}
3737 runs-on : ubuntu-latest
3838 name : ubuntu / stable / minimal-versions
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 with :
4242 submodules : true
4343 - name : Install stable
6464 # if: runner.os == 'Windows'
6565 # - run: vcpkg install openssl:x64-windows-static-md
6666 # if: runner.os == 'Windows'
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 with :
6969 submodules : true
7070 - name : Install stable
7878 runs-on : ubuntu-latest
7979 name : ubuntu / stable / coverage
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 with :
8383 submodules : true
8484 - name : Install stable
You can’t perform that action at this time.
0 commit comments