Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
150f68a895
commit
df53567a3a
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -175,7 +175,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -270,7 +270,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -312,7 +312,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: 8
|
||||
|
@ -356,7 +356,7 @@ jobs:
|
|||
# source: https://github.community/t/action-does-not-trigger-another-on-push-tag-action/17148/7
|
||||
token: ${{ secrets.ADMIN_PERSONAL_ACCESS_TOKEN }}
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -415,7 +415,7 @@ jobs:
|
|||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -473,7 +473,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Set up JDK ${{ env.JAVA_VERSION }}
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
|
Loading…
Reference in New Issue