File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
java : [17]
22
22
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : gradle/actions/wrapper-validation@v4
26
26
27
27
- name : Set up JDK ${{ matrix.java }}
28
- uses : actions/setup-java@v4
28
+ uses : actions/setup-java@v5
29
29
with :
30
30
java-version : ${{ matrix.java }}
31
31
distribution : ' corretto'
Original file line number Diff line number Diff line change 10
10
commitlint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
- uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 10
10
run-pre-commit-hooks :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : set up Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v5
16
16
with :
17
17
node-version : ' 18'
18
18
cache : ' yarn'
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 : "32be22a8012efec80528b583136d3f48f5a6d0d4 " ,
4
+ SMITHY_TS_COMMIT : "a4279cac7a5dbbf67f63df7d18557b0171aabb44 " ,
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