File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 name : stable / fmt
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v7
2929 with :
3030 submodules : true
3131 - name : Install stable
4646 # Get early warning of new lints which are regularly introduced in beta channels.
4747 toolchain : [stable, beta]
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v7
5050 with :
5151 submodules : true
5252 - name : Install ${{ matrix.toolchain }}
6363 runs-on : ubuntu-latest
6464 name : semver
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v7
6767 with :
6868 submodules : true
6969 - name : Install stable
7979 runs-on : ubuntu-latest
8080 name : nightly / doc
8181 steps :
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v7
8383 with :
8484 submodules : true
8585 - name : Install nightly
9494 runs-on : ubuntu-latest
9595 name : ubuntu / stable / features
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v7
9898 with :
9999 submodules : true
100100 - name : Install stable
@@ -115,7 +115,7 @@ jobs:
115115 msrv : ["1.88.0"] # 2024 edition requires 1.85
116116 name : ubuntu / ${{ matrix.msrv }}
117117 steps :
118- - uses : actions/checkout@v4
118+ - uses : actions/checkout@v7
119119 with :
120120 submodules : true
121121 - name : Install ${{ matrix.msrv }}
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 name : stable / examples
130130 steps :
131- - uses : actions/checkout@v4
131+ - uses : actions/checkout@v7
132132 with :
133133 submodules : true
134134 - uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 name : ubuntu / nightly
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v7
2323 with :
2424 submodules : true
2525 - name : Install nightly
4242 # just redo what happened in the regular test job. Unfortunately, hashFiles only works in if on
4343 # steps, so we repeat it.
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v7
4646 with :
4747 submodules : true
4848 - name : Install beta
Original file line number Diff line number Diff line change 2626 # toolchain
2727 toolchain : [stable, beta]
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v7
3030 with :
3131 submodules : true
3232 - name : Install ${{ matrix.toolchain }}
6969 runs-on : ubuntu-latest
7070 name : ubuntu / stable / direct-minimal-versions
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v7
7373 with :
7474 submodules : true
7575 - name : Install stable
9797 # if: runner.os == 'Windows'
9898 # - run: vcpkg install openssl:x64-windows-static-md
9999 # if: runner.os == 'Windows'
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v7
101101 with :
102102 submodules : true
103103 - name : Install stable
You can’t perform that action at this time.
0 commit comments