File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
9494 runs-on : ${{ matrix.os }}
9595 steps :
9696 - name : Checkout current branch (full)
97- uses : actions/checkout@v5
97+ uses : actions/checkout@v6
9898 with :
9999 fetch-depth : 0
100100
@@ -158,7 +158,7 @@ jobs:
158158 runs-on : ${{ matrix.os }}
159159 steps :
160160 - name : Checkout current branch (full)
161- uses : actions/checkout@v5
161+ uses : actions/checkout@v6
162162 with :
163163 fetch-depth : 0
164164
@@ -192,7 +192,7 @@ jobs:
192192 runs-on : ${{ matrix.os }}
193193 steps :
194194 - name : Checkout current branch (fast)
195- uses : actions/checkout@v5
195+ uses : actions/checkout@v6
196196
197197 - name : Setup Java (temurin@11)
198198 id : setup-java-temurin-11
You can’t perform that action at this time.
0 commit comments