|
45 | 45 | GIT_COMMITTER_EMAIL: developers@mparticle.com |
46 | 46 | steps: |
47 | 47 | - name: "Clone branch" |
48 | | - uses: actions/checkout@v5 |
| 48 | + uses: actions/checkout@v6 |
49 | 49 | with: |
50 | 50 | token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
51 | 51 | repository: mparticle/mparticle-android-sdk |
|
77 | 77 | # needs: create-regression-branch |
78 | 78 | # steps: |
79 | 79 | # - name: "Checkout future release branch" |
80 | | - # uses: actions/checkout@v5 |
| 80 | + # uses: actions/checkout@v6 |
81 | 81 | # with: |
82 | 82 | # repository: mparticle/mparticle-android-sdk |
83 | 83 | # ref: regression/${{ github.run_number }} |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | # needs: create-regression-branch |
111 | 111 | # steps: |
112 | 112 | # - name: "Checkout Branch" |
113 | | - # uses: actions/checkout@v5 |
| 113 | + # uses: actions/checkout@v6 |
114 | 114 | # with: |
115 | 115 | # repository: mparticle/mparticle-android-sdk |
116 | 116 | # ref: regression/${{ github.run_number }} |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | needs: create-regression-branch |
201 | 201 | steps: |
202 | 202 | - name: "Checkout future release branch" |
203 | | - uses: actions/checkout@v5 |
| 203 | + uses: actions/checkout@v6 |
204 | 204 | with: |
205 | 205 | repository: mparticle/mparticle-android-sdk |
206 | 206 | ref: regression/${{ github.run_number }} |
@@ -229,7 +229,7 @@ jobs: |
229 | 229 | needs: create-regression-branch |
230 | 230 | steps: |
231 | 231 | - name: "Checkout Branch" |
232 | | - uses: actions/checkout@v5 |
| 232 | + uses: actions/checkout@v6 |
233 | 233 | with: |
234 | 234 | ref: regression/${{ github.run_number }} |
235 | 235 | submodules: recursive |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | needs: create-regression-branch |
266 | 266 | steps: |
267 | 267 | - name: "Checkout Branch" |
268 | | - uses: actions/checkout@v5 |
| 268 | + uses: actions/checkout@v6 |
269 | 269 | with: |
270 | 270 | ref: regression/${{ github.run_number }} |
271 | 271 | submodules: recursive |
@@ -305,7 +305,7 @@ jobs: |
305 | 305 | GIT_COMMITTER_EMAIL: developers@mparticle.com |
306 | 306 | steps: |
307 | 307 | - name: "Checkout future release branch" |
308 | | - uses: actions/checkout@v5 |
| 308 | + uses: actions/checkout@v6 |
309 | 309 | with: |
310 | 310 | repository: mparticle/mparticle-android-sdk |
311 | 311 | ref: regression/${{ github.run_number }} |
@@ -333,7 +333,7 @@ jobs: |
333 | 333 | GIT_COMMITTER_EMAIL: developers@mparticle.com |
334 | 334 | steps: |
335 | 335 | - name: "Checkout public main branch" |
336 | | - uses: actions/checkout@v5 |
| 336 | + uses: actions/checkout@v6 |
337 | 337 | with: |
338 | 338 | fetch-depth: 0 |
339 | 339 | ref: main |
@@ -364,7 +364,7 @@ jobs: |
364 | 364 | GIT_COMMITTER_EMAIL: developers@mparticle.com |
365 | 365 | steps: |
366 | 366 | - name: "Checkout repo" |
367 | | - uses: actions/checkout@v5 |
| 367 | + uses: actions/checkout@v6 |
368 | 368 | with: |
369 | 369 | token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
370 | 370 | fetch-depth: 0 |
|
0 commit comments