File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
path : badges
24
24
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@v4
26
+ uses : actions/setup-java@v5
27
27
with :
28
28
distribution : ' adopt'
29
29
java-version : ' 17'
Original file line number Diff line number Diff line change 20
20
run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
21
21
22
22
- name : Set up JDK 17 for deploy to Central
23
- uses : actions/setup-java@v4
23
+ uses : actions/setup-java@v5
24
24
with :
25
25
distribution : ' adopt'
26
26
java-version : ' 17'
44
44
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
45
45
46
46
- name : Set up JDK 17 for deploy to github packages
47
- uses : actions/setup-java@v4
47
+ uses : actions/setup-java@v5
48
48
with :
49
49
distribution : ' adopt'
50
50
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments