2020 name : " Unit Tests Maven"
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : " Install JDK 17"
2525 uses : actions/setup-java@v3
2626 with :
@@ -45,13 +45,13 @@ jobs:
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : " Checkout Repository"
48- uses : actions/checkout@v3
48+ uses : actions/checkout@v4
4949 with :
5050 repository : ${{ github.event.pull_request.head.repo.full_name }}
5151 path : kit
5252 ref : ${{ inputs.branch_name }}
5353 - name : " Checkout Core"
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555 with :
5656 repository : mParticle/android-sdk
5757 fetch-depth : 0
9797 runs-on : ubuntu-latest
9898 steps :
9999 - name : " Checkout Repository"
100- uses : actions/checkout@v3
100+ uses : actions/checkout@v4
101101 with :
102102 repository : ${{ github.event.pull_request.head.repo.full_name }}
103103 ref : ${{ inputs.branch_name }}
@@ -125,13 +125,13 @@ jobs:
125125 runs-on : ubuntu-latest
126126 steps :
127127 - name : " Checkout Repository"
128- uses : actions/checkout@v3
128+ uses : actions/checkout@v4
129129 with :
130130 repository : ${{ github.event.pull_request.head.repo.full_name }}
131131 path : kit
132132 ref : ${{ inputs.branch_name }}
133133 - name : " Checkout Core"
134- uses : actions/checkout@v3
134+ uses : actions/checkout@v4
135135 with :
136136 repository : mParticle/android-sdk
137137 fetch-depth : 0
@@ -177,7 +177,7 @@ jobs:
177177 runs-on : ubuntu-latest
178178 steps :
179179 - name : " Checkout Repository"
180- uses : actions/checkout@v3
180+ uses : actions/checkout@v4
181181 with :
182182 repository : ${{ github.event.pull_request.head.repo.full_name }}
183183 ref : ${{ inputs.branch_name }}
@@ -205,13 +205,13 @@ jobs:
205205 runs-on : ubuntu-latest
206206 steps :
207207 - name : " Checkout Repository"
208- uses : actions/checkout@v3
208+ uses : actions/checkout@v4
209209 with :
210210 repository : ${{ github.event.pull_request.head.repo.full_name }}
211211 path : kit
212212 ref : ${{ inputs.branch_name }}
213213 - name : " Checkout Core"
214- uses : actions/checkout@v3
214+ uses : actions/checkout@v4
215215 with :
216216 repository : mParticle/android-sdk
217217 fetch-depth : 0
0 commit comments