We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7c8a1 commit f04bc40Copy full SHA for f04bc40
.github/workflows/ci_codegen.yml
@@ -52,7 +52,7 @@ jobs:
52
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
53
54
- name: Setup Java 17 for codegen
55
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
56
with:
57
distribution: "corretto"
58
java-version: "17"
0 commit comments