File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
name : Test all modes ✨
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
lfs : true
41
41
80
80
# - Stadia
81
81
# - CloudRendering
82
82
steps :
83
- - uses : actions/checkout@v2
83
+ - uses : actions/checkout@v4
84
84
with :
85
85
lfs : true
86
86
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Install SiraDoc
22
22
run : npm install --global @siradoc/siradoc
25
25
run : siradoc docs build
26
26
27
27
- name : Clone branch gh-pages
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v4
29
29
with :
30
30
path : ' gh-pages'
31
31
ref : gh-pages
Original file line number Diff line number Diff line change 47
47
targetPlatform :
48
48
- StandaloneWindows64
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
with :
52
52
lfs : true
53
53
You can’t perform that action at this time.
0 commit comments