File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,14 @@ 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@v4
82+ uses : actions/checkout@v2
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
8990 uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
9091 - name : Run Service Check Batch and Calculate Artifact Size Metrics
9192 id : svc-check-batch
@@ -208,13 +209,14 @@ jobs:
208209 runs-on : ubuntu-latest
209210 steps :
210211 - name : Checkout sources
211- uses : actions/checkout@v4
212+ uses : actions/checkout@v2
212213 - name : Configure AWS Credentials
213214 uses : aws-actions/configure-aws-credentials@v4
214215 with :
215216 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
216217 aws-region : us-west-2
217218 - name : Configure Gradle
219+ working-directory : ./aws-sdk-kotlin
218220 uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
219221 - name : Calculate Artifact Size Metrics
220222 id : svc-check-batch
You can’t perform that action at this time.
0 commit comments