File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Setup Java
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : 21
2525 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
4141 fail-fast : true
4242
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 with :
4646 persist-credentials : false
4747 fetch-depth : 0
4848 - name : Set up JDK 21
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
5050 with :
5151 java-version : ' 21'
5252 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
2626 # Configure build steps as you'd normally do
2727
2828 - name : Setup Java
29- uses : actions/setup-java@v4
29+ uses : actions/setup-java@v5
3030 with :
3131 java-version : 21
3232 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments