diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index cc83a3eca233..4c72fcd75e64 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -28,6 +28,7 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'corretto' + cache: gradle - name: build and publish smithy-typescript run: | diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index af2a698ae81f..a6bba413adda 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "70766bb06f1b2c4cdccb4ce6bdbffc6f0c90f47e", + SMITHY_TS_COMMIT: "2dd7348b752d7d4722b911fe8343bd9302aed15e", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {