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 30
30
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4.1.7
33
+ uses : actions/checkout@v4.2.0
34
34
with :
35
35
lfs : true
36
36
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
# #########################################################################################
19
19
# Checkout
20
20
- name : Checkout Repo
21
- uses : actions/checkout@v4.1.7
21
+ uses : actions/checkout@v4.2.0
22
22
with :
23
23
lfs : true
24
24
25
25
# #########################################################################################
26
26
# Setup SDK
27
27
- name : Checkout Build Tools
28
- uses : actions/checkout@v4.1.7
28
+ uses : actions/checkout@v4.2.0
29
29
with :
30
30
repository : flashflashrevolution/rCubed-build-tools
31
31
path : " tools"
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
# #########################################################################################
35
35
# Checkout
36
36
- name : Checkout
37
- uses : actions/checkout@v4.1.7
37
+ uses : actions/checkout@v4.2.0
38
38
with :
39
39
lfs : true
40
40
41
41
# #########################################################################################
42
42
# Setup SDK
43
43
- name : Checkout Build Tools
44
- uses : actions/checkout@v4.1.7
44
+ uses : actions/checkout@v4.2.0
45
45
with :
46
46
repository : flashflashrevolution/rCubed-build-tools
47
47
path : " tools"
You can’t perform that action at this time.
0 commit comments