File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 with :
6161 submodules : true
6262 fetch-depth : 0
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v6
118118 with :
119119 submodules : true
120120 fetch-depth : 0
@@ -160,7 +160,7 @@ jobs:
160160 runs-on : windows-latest
161161 steps :
162162 - name : Checkout
163- uses : actions/checkout@v4
163+ uses : actions/checkout@v6
164164 with :
165165 submodules : true
166166 fetch-depth : 0
@@ -212,7 +212,7 @@ jobs:
212212 needs : [ linux, macos, windows ]
213213 steps :
214214 - name : Checkout
215- uses : actions/checkout@v4
215+ uses : actions/checkout@v6
216216 with :
217217 submodules : true
218218 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Setup Temurin JDK 21
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 with :
1515 submodules : true
1616 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments