File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out repository
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030 - name : Install toolchain
3131 uses : dtolnay/rust-toolchain@v1
3232 with :
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Check out repository
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646 - name : Install toolchain
4747 uses : dtolnay/rust-toolchain@v1
4848 with :
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Check out repository
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262 - name : Detect crate MSRV
6363 run : |
6464 msrv=$(cargo metadata --format-version 1 --no-deps | \
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : Check out repository
83- uses : actions/checkout@v3
83+ uses : actions/checkout@v4
8484 - name : Install toolchain
8585 uses : dtolnay/rust-toolchain@v1
8686 with :
@@ -101,7 +101,7 @@ jobs:
101101 channel : [beta, nightly]
102102 steps :
103103 - name : Check out repository
104- uses : actions/checkout@v3
104+ uses : actions/checkout@v4
105105 - name : Install toolchain
106106 uses : dtolnay/rust-toolchain@v1
107107 with :
You can’t perform that action at this time.
0 commit comments