4040 java-version : 17
4141 cache : ' gradle'
4242 - name : Configure Gradle
43- uses : awslabs /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
43+ uses : aws /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
4444 - name : Test
4545 shell : bash
4646 run : |
6262 java-version : 17
6363 cache : ' gradle'
6464 - name : Configure Gradle
65- uses : awslabs /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
65+ uses : aws /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
6666 - name : Test
6767 shell : bash
6868 run : |
8888 java-version : 17
8989 cache : ' gradle'
9090 - name : Configure Gradle
91- uses : awslabs /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
91+ uses : aws /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
9292 - name : Test
9393 shell : bash
9494 run : |
@@ -106,7 +106,7 @@ jobs:
106106 uses : actions/checkout@v4
107107 with :
108108 path : ' aws-kotlin-repo-tools'
109- repository : ' awslabs /aws-kotlin-repo-tools'
109+ repository : ' aws /aws-kotlin-repo-tools'
110110 ref : ' 0.2.3'
111111 sparse-checkout : |
112112 .github
@@ -115,13 +115,13 @@ jobs:
115115 with :
116116 # smithy-kotlin is checked out as a sibling dir which will automatically make it an included build
117117 path : ' aws-sdk-kotlin'
118- repository : ' awslabs /aws-sdk-kotlin'
118+ repository : ' aws /aws-sdk-kotlin'
119119 - name : Configure Gradle - smithy-kotlin
120- uses : awslabs /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
120+ uses : aws /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
121121 with :
122122 working-directory : ./smithy-kotlin
123123 - name : Configure Gradle - aws-sdk-kotlin
124- uses : awslabs /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
124+ uses : aws /aws-kotlin-repo-tools/.github/actions/configure-gradle@main
125125 with :
126126 working-directory : ./aws-sdk-kotlin
127127 - name : Configure JDK
0 commit comments