Skip to content

Commit 449a0b5

Browse files
chore: bump actions/checkout from 5.0.0 to 6.0.1 (#637)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb471fa commit 449a0b5

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/cross-platform-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout Cross Platform Tests Repo"
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v6.0.1
1414
with:
1515
repository: mParticle/crossplatform-sdk-tests
1616

1717
- name: "Checkout Android SDK Branch"
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v6.0.1
1919
with:
2020
repository: ${{github.event.pull_request.head.repo.full_name}}
2121
ref: ${{github.head_ref}}

.github/workflows/daily.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GIT_COMMITTER_EMAIL: developers@mparticle.com
4646
steps:
4747
- name: "Clone branch"
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v6.0.1
4949
with:
5050
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
5151
repository: mparticle/mparticle-android-sdk
@@ -77,7 +77,7 @@ jobs:
7777
# needs: create-regression-branch
7878
# steps:
7979
# - name: "Checkout future release branch"
80-
# uses: actions/checkout@v6
80+
# uses: actions/checkout@v6.0.1
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@v6
113+
# uses: actions/checkout@v6.0.1
114114
# with:
115115
# repository: mparticle/mparticle-android-sdk
116116
# ref: regression/${{ github.run_number }}
@@ -200,7 +200,7 @@ jobs:
200200
needs: create-regression-branch
201201
steps:
202202
- name: "Checkout future release branch"
203-
uses: actions/checkout@v6
203+
uses: actions/checkout@v6.0.1
204204
with:
205205
repository: mparticle/mparticle-android-sdk
206206
ref: regression/${{ github.run_number }}
@@ -229,7 +229,7 @@ jobs:
229229
needs: create-regression-branch
230230
steps:
231231
- name: "Checkout Branch"
232-
uses: actions/checkout@v6
232+
uses: actions/checkout@v6.0.1
233233
with:
234234
ref: regression/${{ github.run_number }}
235235
submodules: recursive
@@ -265,7 +265,7 @@ jobs:
265265
needs: create-regression-branch
266266
steps:
267267
- name: "Checkout Branch"
268-
uses: actions/checkout@v6
268+
uses: actions/checkout@v6.0.1
269269
with:
270270
ref: regression/${{ github.run_number }}
271271
submodules: recursive
@@ -305,7 +305,7 @@ jobs:
305305
GIT_COMMITTER_EMAIL: developers@mparticle.com
306306
steps:
307307
- name: "Checkout future release branch"
308-
uses: actions/checkout@v6
308+
uses: actions/checkout@v6.0.1
309309
with:
310310
repository: mparticle/mparticle-android-sdk
311311
ref: regression/${{ github.run_number }}
@@ -333,7 +333,7 @@ jobs:
333333
GIT_COMMITTER_EMAIL: developers@mparticle.com
334334
steps:
335335
- name: "Checkout public main branch"
336-
uses: actions/checkout@v6
336+
uses: actions/checkout@v6.0.1
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@v6
367+
uses: actions/checkout@v6.0.1
368368
with:
369369
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
370370
fetch-depth: 0

.github/workflows/pull-request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
22+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #v5.0.0
2323
- name: Trunk Check
2424
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
2525
with:
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: "Checkout Branch"
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v6.0.1
4444
- name: "Install JDK 17"
4545
uses: actions/setup-java@v5
4646
with:
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: "Checkout Branch"
104-
uses: actions/checkout@v6
104+
uses: actions/checkout@v6.0.1
105105
- name: "Install JDK 17"
106106
uses: actions/setup-java@v5
107107
with:
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
steps:
163163
- name: "Checkout Branch"
164-
uses: actions/checkout@v6
164+
uses: actions/checkout@v6.0.1
165165
- name: "Install JDK 17"
166166
uses: actions/setup-java@v5
167167
with:
@@ -185,7 +185,7 @@ jobs:
185185
runs-on: macos-latest
186186
steps:
187187
- name: "Checkout Branch"
188-
uses: actions/checkout@v6
188+
uses: actions/checkout@v6.0.1
189189
with:
190190
submodules: recursive
191191
- name: "Install JDK 17"
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: macos-latest
209209
steps:
210210
- name: "Checkout Branch"
211-
uses: actions/checkout@v6
211+
uses: actions/checkout@v6.0.1
212212
with:
213213
submodules: recursive
214214
- name: "Install JDK 17"
@@ -237,7 +237,7 @@ jobs:
237237
if: github.event_name == 'pull_request'
238238
steps:
239239
- name: "Checkout Branch"
240-
uses: actions/checkout@v6
240+
uses: actions/checkout@v6.0.1
241241
with:
242242
submodules: recursive
243243
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GIT_COMMITTER_EMAIL: developers@mparticle.com
3333
steps:
3434
- name: Checkout main branch
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v6.0.1
3636
with:
3737
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
3838
repository: mparticle/mparticle-android-sdk
@@ -78,7 +78,7 @@ jobs:
7878
GIT_COMMITTER_EMAIL: developers@mparticle.com
7979
steps:
8080
- name: "Checkout public main branch"
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@v6.0.1
8282
with:
8383
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
8484
fetch-depth: 0
@@ -131,7 +131,7 @@ jobs:
131131
mavenSigningKeyPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSWORD }}
132132
steps:
133133
- name: "Checkout release branch"
134-
uses: actions/checkout@v6
134+
uses: actions/checkout@v6.0.1
135135
with:
136136
repository: mparticle/mparticle-android-sdk
137137
ref: release/${{ github.run_number }}
@@ -170,7 +170,7 @@ jobs:
170170
runs-on: ubuntu-latest
171171
steps:
172172
- name: "Checkout main branch"
173-
uses: actions/checkout@v6
173+
uses: actions/checkout@v6.0.1
174174
with:
175175
fetch-depth: 0
176176
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)