mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-04-10 22:34:21 -04:00
Use actions/setup-java v2
This commit is contained in:
parent
a577e87c97
commit
b4ce0443a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 8
|
||||
|
|
Loading…
Add table
Reference in a new issue