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 3434 timeout-minutes : 60
3535 steps :
3636 - name : Checkout current branch (full)
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 0
4040
9898 runs-on : ${{ matrix.os }}
9999 steps :
100100 - name : Checkout current branch (full)
101- uses : actions/checkout@v5
101+ uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 0
104104
@@ -172,7 +172,7 @@ jobs:
172172 runs-on : ${{ matrix.os }}
173173 steps :
174174 - name : Checkout current branch (full)
175- uses : actions/checkout@v5
175+ uses : actions/checkout@v6
176176 with :
177177 fetch-depth : 0
178178
@@ -207,7 +207,7 @@ jobs:
207207 runs-on : ${{ matrix.os }}
208208 steps :
209209 - name : Checkout current branch (fast)
210- uses : actions/checkout@v5
210+ uses : actions/checkout@v6
211211
212212 - name : Setup Java (temurin@11)
213213 id : setup-java-temurin-11
You can’t perform that action at this time.
0 commit comments