File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/setup-java@v4
14
14
with :
15
15
java-version : 21
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@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
- uses : actions/setup-java@v4
57
57
runs-on : ${{ matrix.os }}
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
- uses : actions/setup-java@v4
62
62
with :
63
63
distribution : " temurin"
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
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 37
37
ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
38
38
ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- uses : actions/setup-java@v4
42
42
with :
43
43
java-version : 21
You can’t perform that action at this time.
0 commit comments