File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Setup Java 17
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
2121 java-version : 17
2222 - name : Setup Java 24
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : 24
@@ -69,12 +69,12 @@ jobs:
6969 steps :
7070 - uses : actions/checkout@v5
7171 - name : Setup Java 17
72- uses : actions/setup-java@v4
72+ uses : actions/setup-java@v5
7373 with :
7474 distribution : ' temurin'
7575 java-version : 17
7676 - name : Setup Java 24
77- uses : actions/setup-java@v4
77+ uses : actions/setup-java@v5
7878 with :
7979 distribution : ' temurin'
8080 java-version : 24
You can’t perform that action at this time.
0 commit comments