mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-14 14:45:39 +01:00
chore(deps): update actions/setup-java action to v3
This commit is contained in:
parent
5df74aae28
commit
71e67f2010
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
|
||||
restore-keys: ${{ runner.os }}-node
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: 8
|
||||
|
Loading…
Reference in New Issue
Block a user