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 24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- name : Install Rust
29
29
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
30
30
64
64
runs-on : ubuntu-latest
65
65
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
- uses : actions-rs/toolchain@v1
69
69
with :
70
70
profile : minimal
@@ -100,7 +100,7 @@ jobs:
100
100
CARGO_NET_GIT_FETCH_WITH_CLI : true
101
101
102
102
steps :
103
- - uses : actions/checkout@v3
103
+ - uses : actions/checkout@v4
104
104
105
105
- name : Install Rust
106
106
run : rustup update ${{ env.minrust }} --no-self-update && rustup default ${{ env.minrust }}
@@ -127,7 +127,7 @@ jobs:
127
127
name : formatting
128
128
runs-on : ubuntu-latest
129
129
steps :
130
- - uses : actions/checkout@v3
130
+ - uses : actions/checkout@v4
131
131
- uses : actions-rs/toolchain@v1
132
132
with :
133
133
toolchain : nightly
You can’t perform that action at this time.
0 commit comments