Skip to content

Commit d0a17a8

Browse files
authored
chore(ci): bump actions/setup-java to v3 (#4203)
1 parent 7ac3f19 commit d0a17a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Set up JDK ${{ matrix.java }}
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v3
2222
with:
2323
java-version: ${{ matrix.java }}
24+
distribution: 'zulu'
2425

2526
- name: build and publish smithy-typescript
2627
run: |

0 commit comments

Comments
 (0)