4545 GIT_COMMITTER_EMAIL : developers@mparticle.com
4646 steps :
4747 - name : " Clone branch"
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 token : ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
5151 repository : mparticle/mparticle-android-sdk
7777 # needs: create-regression-branch
7878 # steps:
7979 # - name: "Checkout future release branch"
80- # uses: actions/checkout@v5
80+ # uses: actions/checkout@v6
8181 # with:
8282 # repository: mparticle/mparticle-android-sdk
8383 # ref: regression/${{ github.run_number }}
@@ -110,7 +110,7 @@ jobs:
110110 # needs: create-regression-branch
111111 # steps:
112112 # - name: "Checkout Branch"
113- # uses: actions/checkout@v5
113+ # uses: actions/checkout@v6
114114 # with:
115115 # repository: mparticle/mparticle-android-sdk
116116 # ref: regression/${{ github.run_number }}
@@ -143,7 +143,7 @@ jobs:
143143 # repository: mparticle/mparticle-android-sdk
144144 # ref: regression/${{ github.run_number }}
145145 # - name: "Install JDK 17"
146- # uses: actions/setup-java@v4
146+ # uses: actions/setup-java@v5
147147 # with:
148148 # distribution: "zulu"
149149 # java-version: "17"
@@ -176,7 +176,7 @@ jobs:
176176 # repository: mparticle/mparticle-android-sdk
177177 # ref: regression/${{ github.run_number }}
178178 # - name: "Install JDK 17"
179- # uses: actions/setup-java@v4
179+ # uses: actions/setup-java@v5
180180 # with:
181181 # distribution: "zulu"
182182 # java-version: "17"
@@ -200,12 +200,12 @@ jobs:
200200 needs : create-regression-branch
201201 steps :
202202 - name : " Checkout future release branch"
203- uses : actions/checkout@v5
203+ uses : actions/checkout@v6
204204 with :
205205 repository : mparticle/mparticle-android-sdk
206206 ref : regression/${{ github.run_number }}
207207 - name : " Install JDK 17"
208- uses : actions/setup-java@v4
208+ uses : actions/setup-java@v5
209209 with :
210210 distribution : " zulu"
211211 java-version : " 17"
@@ -229,12 +229,12 @@ jobs:
229229 needs : create-regression-branch
230230 steps :
231231 - name : " Checkout Branch"
232- uses : actions/checkout@v5
232+ uses : actions/checkout@v6
233233 with :
234234 ref : regression/${{ github.run_number }}
235235 submodules : recursive
236236 - name : " Install JDK 17"
237- uses : actions/setup-java@v4
237+ uses : actions/setup-java@v5
238238 with :
239239 distribution : " zulu"
240240 java-version : " 17"
@@ -265,12 +265,12 @@ jobs:
265265 needs : create-regression-branch
266266 steps :
267267 - name : " Checkout Branch"
268- uses : actions/checkout@v5
268+ uses : actions/checkout@v6
269269 with :
270270 ref : regression/${{ github.run_number }}
271271 submodules : recursive
272272 - name : " Install JDK 17"
273- uses : actions/setup-java@v4
273+ uses : actions/setup-java@v5
274274 with :
275275 distribution : " zulu"
276276 java-version : " 17"
@@ -305,13 +305,13 @@ jobs:
305305 GIT_COMMITTER_EMAIL : developers@mparticle.com
306306 steps :
307307 - name : " Checkout future release branch"
308- uses : actions/checkout@v5
308+ uses : actions/checkout@v6
309309 with :
310310 repository : mparticle/mparticle-android-sdk
311311 ref : regression/${{ github.run_number }}
312312 submodules : recursive
313313 - name : " Install JDK 17"
314- uses : actions/setup-java@v4
314+ uses : actions/setup-java@v5
315315 with :
316316 distribution : " zulu"
317317 java-version : " 17"
@@ -333,7 +333,7 @@ jobs:
333333 GIT_COMMITTER_EMAIL : developers@mparticle.com
334334 steps :
335335 - name : " Checkout public main branch"
336- uses : actions/checkout@v5
336+ uses : actions/checkout@v6
337337 with :
338338 fetch-depth : 0
339339 ref : main
@@ -364,7 +364,7 @@ jobs:
364364 GIT_COMMITTER_EMAIL : developers@mparticle.com
365365 steps :
366366 - name : " Checkout repo"
367- uses : actions/checkout@v5
367+ uses : actions/checkout@v6
368368 with :
369369 token : ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
370370 fetch-depth : 0
0 commit comments