File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,13 @@ jobs:
7979 echo Please verify the PRs are not running any malicious code and mark the checkbox true when running the workflow
8080 exit 1
8181 - name : Checkout sources
82- uses : actions/checkout@v2
82+ uses : actions/checkout@v4
8383 - name : Configure AWS Credentials
8484 uses : aws-actions/configure-aws-credentials@v4
8585 with :
8686 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
8787 aws-region : us-west-2
8888 - name : Configure Gradle
89- working-directory : ./aws-sdk-kotlin
9089 uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
9190 - name : Run Service Check Batch and Calculate Artifact Size Metrics
9291 id : svc-check-batch
@@ -209,14 +208,13 @@ jobs:
209208 runs-on : ubuntu-latest
210209 steps :
211210 - name : Checkout sources
212- uses : actions/checkout@v2
211+ uses : actions/checkout@v4
213212 - name : Configure AWS Credentials
214213 uses : aws-actions/configure-aws-credentials@v4
215214 with :
216215 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
217216 aws-region : us-west-2
218217 - name : Configure Gradle
219- working-directory : ./aws-sdk-kotlin
220218 uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
221219 - name : Calculate Artifact Size Metrics
222220 id : svc-check-batch
You can’t perform that action at this time.
0 commit comments