File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
gradle_wrapper_validation :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4.1.7 # docs: https://github.com/actions/checkout
20
+ - uses : actions/checkout@v4.2.0 # docs: https://github.com/actions/checkout
21
21
with :
22
22
fetch-depth : ' 0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
23
23
- name : Gradle wrapper validation
28
28
runs-on : windows-latest
29
29
needs : gradle_wrapper_validation
30
30
steps :
31
- - uses : actions/checkout@v4.1.7 # docs: https://github.com/actions/checkout
31
+ - uses : actions/checkout@v4.2.0 # docs: https://github.com/actions/checkout
32
32
with :
33
33
fetch-depth : ' 0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
34
34
- name : Run build
42
42
needs : [windows_build, gradle_wrapper_validation]
43
43
44
44
steps :
45
- - uses : actions/checkout@v4.1.7 # docs: https://github.com/actions/checkout
45
+ - uses : actions/checkout@v4.2.0 # docs: https://github.com/actions/checkout
46
46
with :
47
47
fetch-depth : ' 0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
48
48
- name : Run build
You can’t perform that action at this time.
0 commit comments