Skip to content

Commit ee6f0d7

Browse files
committed
chore: downgrade to v3 again
1 parent d72c995 commit ee6f0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-and-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0 # For Sonar blame information
1919

2020
- name: Set up Java
21-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4 without post setup stuck issue
21+
uses: actions/setup-java@v3 # v4 gets stuck in post setup
2222
with:
2323
java-version: "17"
2424
distribution: "liberica"

.github/workflows/maven-bump-push-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0 # For Sonar blame information
3030

3131
- name: Set up Java
32-
uses: actions/setup-java@v3
32+
uses: actions/setup-java@v3 # v4 gets stuck in post setup
3333
with:
3434
java-version: "17"
3535
distribution: "liberica"

0 commit comments

Comments
 (0)