File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
deploy :
8
8
runs-on : ubuntu-20.04
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
- uses : w3c/spec-prod@v2
12
12
with :
13
13
GH_PAGES_BRANCH : gh-pages
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : actions/setup-python@v3
15
15
with :
16
16
# Python 3.11 is broken: https://github.com/tabatkins/bikeshed/issues/2386
@@ -20,10 +20,10 @@ jobs:
20
20
cddl :
21
21
runs-on : ubuntu-20.04
22
22
steps :
23
- - uses : actions/checkout@v2
24
- - uses : actions/setup-node@v1
23
+ - uses : actions/checkout@v3
24
+ - uses : actions/setup-node@v3
25
25
with :
26
- node-version : 14.x
26
+ node-version : 16
27
27
- name : Get cddl version
28
28
run : curl -s https://crates.io/api/v1/crates/cddl | python3 -c "import sys, json; print(json.load(sys.stdin)['crate']['max_stable_version'])" | tee cddl.txt
29
29
- name : " Cache rust binaries"
You can’t perform that action at this time.
0 commit comments