2020 name : " Unit Tests Maven"
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : " Install JDK 17"
2525 uses : actions/setup-java@v4
2626 with :
@@ -44,13 +44,13 @@ jobs:
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : " Checkout Repository"
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 with :
4949 repository : ${{ github.event.pull_request.head.repo.full_name }}
5050 path : kit
5151 ref : ${{ inputs.branch_name }}
5252 - name : " Checkout Core"
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v6
5454 with :
5555 repository : mParticle/android-sdk
5656 fetch-depth : 0
9595 runs-on : ubuntu-latest
9696 steps :
9797 - name : " Checkout Repository"
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v6
9999 with :
100100 repository : ${{ github.event.pull_request.head.repo.full_name }}
101101 ref : ${{ inputs.branch_name }}
@@ -122,13 +122,13 @@ jobs:
122122 runs-on : ubuntu-latest
123123 steps :
124124 - name : " Checkout Repository"
125- uses : actions/checkout@v4
125+ uses : actions/checkout@v6
126126 with :
127127 repository : ${{ github.event.pull_request.head.repo.full_name }}
128128 path : kit
129129 ref : ${{ inputs.branch_name }}
130130 - name : " Checkout Core"
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v6
132132 with :
133133 repository : mParticle/android-sdk
134134 fetch-depth : 0
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : ubuntu-latest
174174 steps :
175175 - name : " Checkout Repository"
176- uses : actions/checkout@v4
176+ uses : actions/checkout@v6
177177 with :
178178 repository : ${{ github.event.pull_request.head.repo.full_name }}
179179 ref : ${{ inputs.branch_name }}
@@ -200,13 +200,13 @@ jobs:
200200 runs-on : ubuntu-latest
201201 steps :
202202 - name : " Checkout Repository"
203- uses : actions/checkout@v4
203+ uses : actions/checkout@v6
204204 with :
205205 repository : ${{ github.event.pull_request.head.repo.full_name }}
206206 path : kit
207207 ref : ${{ inputs.branch_name }}
208208 - name : " Checkout Core"
209- uses : actions/checkout@v4
209+ uses : actions/checkout@v6
210210 with :
211211 repository : mParticle/android-sdk
212212 fetch-depth : 0
0 commit comments