@@ -14,14 +14,14 @@ jobs:
1414 timeout-minutes : 30
1515 steps :
1616 - name : Checkout repo
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 submodules : recursive
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
2323 - name : Set up Java
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : " 23"
2727 distribution : " temurin"
@@ -53,14 +53,14 @@ jobs:
5353 timeout-minutes : 30
5454 steps :
5555 - name : Checkout repo
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 with :
5858 fetch-depth : 0
5959 submodules : recursive
6060 ref : ${{ github.event.pull_request.head.sha }}
6161
6262 - name : Set up Java
63- uses : actions/setup-java@v4
63+ uses : actions/setup-java@v5
6464 with :
6565 java-version : |
6666 23
@@ -138,14 +138,14 @@ jobs:
138138 timeout-minutes : 30
139139 steps :
140140 - name : Checkout repo
141- uses : actions/checkout@v4
141+ uses : actions/checkout@v5
142142 with :
143143 fetch-depth : 0
144144 submodules : recursive
145145 ref : ${{ github.event.pull_request.head.sha }}
146146
147147 - name : Set up Java
148- uses : actions/setup-java@v4
148+ uses : actions/setup-java@v5
149149 with :
150150 java-version : " 11"
151151 distribution : " temurin"
@@ -177,14 +177,14 @@ jobs:
177177 timeout-minutes : 20
178178 steps :
179179 - name : Checkout repo
180- uses : actions/checkout@v4
180+ uses : actions/checkout@v5
181181 with :
182182 fetch-depth : 0
183183 submodules : recursive
184184 ref : ${{ github.event.pull_request.head.sha }}
185185
186186 - name : Set up Java
187- uses : actions/setup-java@v4
187+ uses : actions/setup-java@v5
188188 with :
189189 java-version : " 11"
190190 distribution : " temurin"
0 commit comments