mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
chore(deps): update actions/setup-java action to v3 (#998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MiniDigger | Martin <admin@benndorf.dev>
This commit is contained in:
parent
8c5f69d872
commit
3f427ab043
3
.github/workflows/backend_build.yml
vendored
3
.github/workflows/backend_build.yml
vendored
@ -31,9 +31,10 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Cache Maven Deps
|
||||
uses: actions/cache@v3
|
||||
|
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -26,9 +26,10 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v3
|
||||
|
Loading…
Reference in New Issue
Block a user