File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- run : rustup toolchain install stable --profile minimal --no-self-update
22
22
Original file line number Diff line number Diff line change 15
15
check-dist :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Setup Node.js 20.x
21
21
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- run : rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
22
22
Original file line number Diff line number Diff line change 17
17
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : git
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- run : rustup toolchain install stable --profile minimal --no-self-update
23
23
Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- run : rustup toolchain install stable --profile minimal --no-self-update
22
22
Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- run : rustup toolchain install stable --profile minimal --no-self-update
22
22
Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- run : rustup toolchain install stable --profile minimal --no-self-update
22
22
Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- run : rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
22
22
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sensible defaults.
6
6
## Example usage
7
7
8
8
``` yaml
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
11
11
# selecting a toolchain either by action or manual `rustup` calls should happen
12
12
# before the plugin, as the cache uses the current rustc version as its cache key
You can’t perform that action at this time.
0 commit comments