File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Install Rust
2929 run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3030
6464 runs-on : ubuntu-latest
6565
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - uses : actions-rs/toolchain@v1
6969 with :
7070 profile : minimal
@@ -100,7 +100,7 @@ jobs:
100100 CARGO_NET_GIT_FETCH_WITH_CLI : true
101101
102102 steps :
103- - uses : actions/checkout@v3
103+ - uses : actions/checkout@v4
104104
105105 - name : Install Rust
106106 run : rustup update ${{ env.minrust }} --no-self-update && rustup default ${{ env.minrust }}
@@ -127,7 +127,7 @@ jobs:
127127 name : formatting
128128 runs-on : ubuntu-latest
129129 steps :
130- - uses : actions/checkout@v3
130+ - uses : actions/checkout@v4
131131 - uses : actions-rs/toolchain@v1
132132 with :
133133 toolchain : nightly
You can’t perform that action at this time.
0 commit comments