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
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ${{ matrix.os }}
112112 steps :
113113 - name : Checkout current branch (full)
114- uses : actions/checkout@v5
114+ uses : actions/checkout@v6
115115 with :
116116 fetch-depth : 0
117117
@@ -188,7 +188,7 @@ jobs:
188188 runs-on : ${{ matrix.os }}
189189 steps :
190190 - name : Checkout current branch (full)
191- uses : actions/checkout@v5
191+ uses : actions/checkout@v6
192192 with :
193193 fetch-depth : 0
194194
@@ -236,7 +236,7 @@ jobs:
236236 runs-on : ${{ matrix.os }}
237237 steps :
238238 - name : Checkout current branch (fast)
239- uses : actions/checkout@v5
239+ uses : actions/checkout@v6
240240
241241 - name : Setup Java (temurin@11)
242242 id : setup-java-temurin-11
You can’t perform that action at this time.
0 commit comments