Bump actions/setup-java from v1 to v2
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4869616176
commit
cfe763f98d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK ${{ matrix.java }}
|
- name: Set up JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: dawidd6/action-get-tag@v1
|
uses: dawidd6/action-get-tag@v1
|
||||||
|
|
||||||
- name: Set up JDK 15
|
- name: Set up JDK 15
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 15
|
java-version: 15
|
||||||
architecture: x64
|
architecture: x64
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
token: ${{ secrets.WEBGOAT_DEPLOYER_TOKEN }}
|
token: ${{ secrets.WEBGOAT_DEPLOYER_TOKEN }}
|
||||||
|
|
||||||
- name: Set up JDK 15
|
- name: Set up JDK 15
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 15
|
java-version: 15
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user