diff --git a/.github/workflows/codegen-build-test.yml b/.github/workflows/codegen-build-test.yml index 3c3c8c230e0..eb8feaabc46 100644 --- a/.github/workflows/codegen-build-test.yml +++ b/.github/workflows/codegen-build-test.yml @@ -31,26 +31,6 @@ jobs: path: smithy-swift - name: Move smithy-swift into place run: mv smithy-swift .. - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - restore-keys: | - 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - 1-${{ runner.os }}-gradle- - - name: Cache Swift - uses: actions/cache@v3 - with: - path: | - ~/Library/Caches/org.swift.swiftpm - ~/.cache/org.swift.swiftpm - key: 1-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - restore-keys: | - 1-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - 1-${{ runner.os }}-${{ matrix.xcode }}- - name: Setup Java uses: actions/setup-java@v3 with: diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2bb7bd0a767..3c9191097bc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,26 +61,6 @@ jobs: path: smithy-swift - name: Move smithy-swift into place run: mv smithy-swift .. - - name: Cache Gradle - uses: actions/cache@v4 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - restore-keys: | - 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - 1-${{ runner.os }}-gradle- - - name: Cache Swift - uses: actions/cache@v4 - with: - path: | - ~/Library/Caches/org.swift.swiftpm - ~/.cache/org.swift.swiftpm - key: 1-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - restore-keys: | - 1-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - 1-${{ runner.os }}-${{ matrix.xcode }}- - name: Setup Java uses: actions/setup-java@v4 with: @@ -128,26 +108,6 @@ jobs: path: smithy-swift - name: Move smithy-swift into place run: mv smithy-swift .. - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - restore-keys: | - 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - 1-${{ runner.os }}-gradle- - - name: Cache Swift - uses: actions/cache@v3 - with: - path: | - ~/Library/Caches/org.swift.swiftpm - ~/.cache/org.swift.swiftpm - key: 1-${{ runner.os }}-swift-${{ matrix.version }}-spm-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - restore-keys: | - 1-${{ runner.os }}-swift-${{ matrix.version }}-spm-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - 1-${{ runner.os }}-swift-${{ matrix.version }}-spm- - name: Setup Java uses: actions/setup-java@v3 with: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e245a2cef10..f6357fffec6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -54,26 +54,6 @@ jobs: path: smithy-swift - name: Move smithy-swift into place run: mv smithy-swift .. - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - restore-keys: | - 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - 1-${{ runner.os }}-gradle- - - name: Cache Swift - uses: actions/cache@v3 - with: - path: | - ~/Library/Caches/org.swift.swiftpm - ~/.cache/org.swift.swiftpm - key: 1-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - restore-keys: | - 1-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - 1-${{ runner.os }}-${{ matrix.xcode }}- - name: Setup Java uses: actions/setup-java@v3 with: @@ -122,26 +102,6 @@ jobs: path: smithy-swift - name: Move smithy-swift into place run: mv smithy-swift .. - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - restore-keys: | - 1-${{ runner.os }}-gradle-${{ hashFiles('settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties') }} - 1-${{ runner.os }}-gradle- - - name: Cache Swift - uses: actions/cache@v3 - with: - path: | - ~/Library/Caches/org.swift.swiftpm - ~/.cache/org.swift.swiftpm - key: 1-${{ runner.os }}-swift-${{ matrix.version }}-spm-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - restore-keys: | - 1-${{ runner.os }}-swift-${{ matrix.version }}-spm-${{ hashFiles('Package.swift', 'AWSSDKSwiftCLI/Package.swift') }} - 1-${{ runner.os }}-swift-${{ matrix.version }}-spm- - name: Setup Java uses: actions/setup-java@v3 with: diff --git a/Package.swift b/Package.swift index ac357162450..671a6b341de 100644 --- a/Package.swift +++ b/Package.swift @@ -232,7 +232,7 @@ func addResolvedTargets() { // MARK: - Generated addDependencies( - clientRuntimeVersion: "0.41.1", + clientRuntimeVersion: "0.41.2", crtVersion: "0.26.0" ) diff --git a/packageDependencies.plist b/packageDependencies.plist index 76bc5d11f0e..0e60b60d059 100644 --- a/packageDependencies.plist +++ b/packageDependencies.plist @@ -9,6 +9,6 @@ clientRuntimeBranch main clientRuntimeVersion - 0.41.1 + 0.41.2