File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120
121121 # # Set up Java environment for the next steps
122122 - name : Setup Java
123- uses : actions/setup-java@v4
123+ uses : actions/setup-java@v5
124124 with :
125125 distribution : zulu
126126 java-version : 17
@@ -433,7 +433,7 @@ jobs:
433433
434434 # Set up Java environment for the next steps
435435 - name : Setup Java
436- uses : actions/setup-java@v4
436+ uses : actions/setup-java@v5
437437 with :
438438 distribution : zulu
439439 java-version : 17
@@ -486,7 +486,7 @@ jobs:
486486
487487 # Set up Java environment for the next steps
488488 - name : Setup Java
489- uses : actions/setup-java@v4
489+ uses : actions/setup-java@v5
490490 with :
491491 distribution : zulu
492492 java-version : 17
@@ -517,7 +517,7 @@ jobs:
517517
518518 # Set up Java environment for the next steps
519519 - name : Setup Java
520- uses : actions/setup-java@v4
520+ uses : actions/setup-java@v5
521521 with :
522522 distribution : zulu
523523 java-version : 17
Original file line number Diff line number Diff line change 1414 - name : Checkout sources
1515 uses : actions/checkout@v5
1616 - name : Setup Java
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 distribution : " temurin"
2020 java-version : 17
You can’t perform that action at this time.
0 commit comments