mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 13:56:43 +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 ##########
|
||||
###############################
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
if: ${{ inputs.sonarqube }}
|
||||
with:
|
||||
distribution: "zulu"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user