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:
2121 java : [17]
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : gradle/actions/wrapper-validation@v4
2626
2727 - name : Set up JDK ${{ matrix.java }}
28- uses : actions/setup-java@v4
28+ uses : actions/setup-java@v5
2929 with :
3030 java-version : ${{ matrix.java }}
3131 distribution : ' corretto'
Original file line number Diff line number Diff line change 1010 commitlint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 1010 run-pre-commit-hooks :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : set up Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v5
1616 with :
1717 node-version : ' 18'
1818 cache : ' yarn'
Original file line number Diff line number Diff line change 11// Update this commit when taking up new changes from smithy-typescript.
22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
4- SMITHY_TS_COMMIT : "32be22a8012efec80528b583136d3f48f5a6d0d4 " ,
4+ SMITHY_TS_COMMIT : "a4279cac7a5dbbf67f63df7d18557b0171aabb44 " ,
55} ;
66
77if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments