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.
1 parent d72c995 commit ee6f0d7Copy full SHA for ee6f0d7
.github/workflows/maven-and-docker-build.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0 # For Sonar blame information
19
20
- name: Set up Java
21
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4 without post setup stuck issue
+ uses: actions/setup-java@v3 # v4 gets stuck in post setup
22
with:
23
java-version: "17"
24
distribution: "liberica"
.github/workflows/maven-bump-push-dockerhub.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
- uses: actions/setup-java@v3
33
34
35
0 commit comments