Downgrade Java setup action in Maven workflow to v3
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 6s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 6s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 22
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '22'
|
||||
distribution: 'temurin'
|
||||
|
||||
Reference in New Issue
Block a user