Skip to content

Commit bac6f2d

Browse files
authored
chore(ci): cache gradle in GitHub workflow (#7337)
1 parent 127022c commit bac6f2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
java-version: ${{ matrix.java }}
3030
distribution: 'corretto'
31+
cache: gradle
3132

3233
- name: build and publish smithy-typescript
3334
run: |

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "70766bb06f1b2c4cdccb4ce6bdbffc6f0c90f47e",
4+
SMITHY_TS_COMMIT: "2dd7348b752d7d4722b911fe8343bd9302aed15e",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)