File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 name : stable / fmt
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 with :
1313 submodules : true
1414 - name : Install stable
3030 matrix :
3131 toolchain : [stable, beta]
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 submodules : true
3636 - name : Install ${{ matrix.toolchain }}
4848 runs-on : ubuntu-latest
4949 name : nightly / doc
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 with :
5353 submodules : true
5454 - name : Install nightly
6868 runs-on : ubuntu-latest
6969 name : ubuntu / stable / features
7070 steps :
71- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v4
7272 with :
7373 submodules : true
7474 - name : Install stable
9292 msrv : [1.60.0]
9393 name : ubuntu / ${{ matrix.msrv }}
9494 steps :
95- - uses : actions/checkout@v3
95+ - uses : actions/checkout@v4
9696 with :
9797 submodules : true
9898 - name : Install ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 name : ubuntu / nightly
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 submodules : true
1717 - name : Install nightly
3939 # Unfortunately, hashFiles only works in if on steps, so we reepeat it.
4040 # if: hashFiles('Cargo.lock') != ''
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 submodules : true
4545 - name : Install beta
Original file line number Diff line number Diff line change 1111 matrix :
1212 toolchain : [stable, beta]
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 submodules : true
1717 - name : Install ${{ matrix.toolchain }}
3535 runs-on : ubuntu-latest
3636 name : ubuntu / stable / minimal-versions
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 with :
4040 submodules : true
4141 - name : Install stable
6767 matrix :
6868 os : [macos-latest, windows-latest]
6969 steps :
70- - uses : actions/checkout@v3
70+ - uses : actions/checkout@v4
7171 with :
7272 submodules : true
7373 - name : Install stable
8989 runs-on : ubuntu-latest
9090 name : ubuntu / stable / coverage
9191 steps :
92- - uses : actions/checkout@v3
92+ - uses : actions/checkout@v4
9393 with :
9494 submodules : true
9595 - name : Install stable
You can’t perform that action at this time.
0 commit comments