File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up JDK 17
18
- uses : actions/setup-java@v4
18
+ uses : actions/setup-java@v5
19
19
with :
20
20
java-version : ' 17'
21
21
distribution : ' temurin'
Original file line number Diff line number Diff line change 19
19
- name : Set up Docker Buildx
20
20
uses : docker/setup-buildx-action@v3
21
21
- name : Set up JDK 17
22
- uses : actions/setup-java@v4
22
+ uses : actions/setup-java@v5
23
23
with :
24
24
java-version : ' 17'
25
25
distribution : ' temurin'
Original file line number Diff line number Diff line change 32
32
username : ${{ secrets.DOCKERHUB_USERNAME }}
33
33
password : ${{ secrets.DOCKERHUB_TOKEN }}
34
34
- name : Set up JDK 17
35
- uses : actions/setup-java@v4
35
+ uses : actions/setup-java@v5
36
36
with :
37
37
java-version : ' 17'
38
38
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments