Merge pull request #14 from 4drian3d/dependabot/github_actions/actions/setup-java-2.3.1
Bump actions/setup-java from 2.3.0 to 2.3.1
This commit is contained in:
commit
89a5740051
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up JDK 16
|
- name: Set up JDK 16
|
||||||
uses: actions/setup-java@v2.3.0
|
uses: actions/setup-java@v2.3.1
|
||||||
with:
|
with:
|
||||||
java-version: 16
|
java-version: 16
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user