mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 22:06:42 +00:00
Merge pull request #4 from ditkrg/dependabot/github_actions/dev/actions/setup-java-3
Bump actions/setup-java from 2 to 3
This commit is contained in:
commit
a1a9b08820
2
.github/workflows/tests-base.yaml
vendored
2
.github/workflows/tests-base.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
########## SONARQUBE ##########
|
########## SONARQUBE ##########
|
||||||
###############################
|
###############################
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v3
|
||||||
if: ${{ inputs.sonarqube }}
|
if: ${{ inputs.sonarqube }}
|
||||||
with:
|
with:
|
||||||
distribution: "zulu"
|
distribution: "zulu"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user