We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26fd136 + b6bcc33 commit f23d9b2Copy full SHA for f23d9b2
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Setup Java 11 environment for the next steps
58
- name: Setup Java
59
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
60
with:
61
distribution: zulu
62
java-version: 11
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
java-version: 17
.github/workflows/run-ui-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments