File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
deploy :
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
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 11
11
pre-commit :
12
12
runs-on : ubuntu-22.04
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.11'
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-22.04
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : actions/setup-python@v5
15
15
with :
16
16
python-version : " 3.11"
19
19
cddl :
20
20
runs-on : ubuntu-22.04
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 22
You can’t perform that action at this time.
0 commit comments