File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : setup-java
34- uses : actions/setup-java@v4
34+ uses : actions/setup-java@v5
3535 with :
3636 java-version : 17
3737 distribution : adopt
6565 uses : actions/checkout@v5
6666
6767 - name : setup-java
68- uses : actions/setup-java@v4
68+ uses : actions/setup-java@v5
6969 with :
7070 java-version : 17
7171 distribution : adopt
Original file line number Diff line number Diff line change 2121 run : mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
2222
2323 - name : setup-java
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : 17
2727 distribution : adopt
6565 uses : actions/checkout@v5
6666
6767 - name : Setup Java
68- uses : actions/setup-java@v4
68+ uses : actions/setup-java@v5
6969 with :
7070 java-version : 17
7171 distribution : adopt
You can’t perform that action at this time.
0 commit comments