File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,18 @@ jobs:
22
22
23
23
steps :
24
24
- uses : actions/checkout@v5
25
- - uses : gradle/actions/wrapper-validation@v4
26
25
27
26
- name : Set up JDK ${{ matrix.java }}
28
27
uses : actions/setup-java@v5
29
28
with :
30
29
java-version : ${{ matrix.java }}
31
30
distribution : ' corretto'
32
- cache : gradle
33
-
31
+
32
+ - name : Setup Gradle
33
+ uses : gradle/actions/setup-gradle@v5
34
+ with :
35
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
36
+
34
37
- name : build and publish smithy-typescript
35
38
run : |
36
39
node ./scripts/generate-clients/build-smithy-typescript-ci.js
Original file line number Diff line number Diff line change 1
1
// Update this commit when taking up new changes from smithy-typescript.
2
2
module . exports = {
3
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT : "ceb0a0d05333af401a18a98428b0072c401ef241 " ,
4
+ SMITHY_TS_COMMIT : "30c9c15812bb1ddf4726baf27e058dfe7d97022a " ,
5
5
} ;
6
6
7
7
if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments