File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
name : changelogPrint
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : jdk 11
14
14
uses : actions/setup-java@v3
15
15
with :
Original file line number Diff line number Diff line change 20
20
buildcachepass : ${{ secrets.BUILDCACHE_PASS }}
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
- name : Install JDK 11
59
59
runs-on : ${{ matrix.os }}
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
- name : Install JDK ${{ matrix.distribution }} ${{ matrix.java_version }}
64
64
uses : actions/setup-java@v3
65
65
with :
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
with :
42
42
# We must fetch at least the immediate parents so that if this is
43
43
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 36
36
ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
37
37
ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- name : jdk 11
41
41
uses : actions/setup-java@v3
42
42
with :
Original file line number Diff line number Diff line change 19
19
name : " Validation"
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : gradle/wrapper-validation-action@v1
You can’t perform that action at this time.
0 commit comments