File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
os : [ubuntu-latest, macOS-latest, windows-latest]
19
19
rust : [stable, nightly]
20
20
steps :
21
- - uses : actions/checkout@master
21
+ - uses : actions/checkout@v3
22
22
- name : Install ${{ matrix.rust }}
23
23
uses : actions-rs/toolchain@v1
24
24
with :
38
38
name : Lints and Docs
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@master
41
+ - uses : actions/checkout@v3
42
42
- uses : actions-rs/toolchain@v1
43
43
with :
44
44
toolchain : stable
61
61
name : Wasm stuff
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@master
64
+ - uses : actions/checkout@v3
65
65
- uses : actions-rs/toolchain@v1
66
66
with :
67
67
toolchain : nightly
Original file line number Diff line number Diff line change 9
9
name : build rustdocs and put them on github pages
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@master
12
+ - uses : actions/checkout@v3
13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
toolchain : stable
Original file line number Diff line number Diff line change 8
8
crate :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- run : cargo publish
13
13
env :
14
14
CARGO_REGISTRY_TOKEN : ${{ secrets.DIVVIUP_AUTOMATON_CRATES_IO_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments