diff options
author | syeyoung <cyoung06@naver.com> | 2022-08-05 22:31:43 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2022-08-05 22:31:43 +0900 |
commit | da890b92428218aef2150d13349c6593dfe6b5ac (patch) | |
tree | 6c323b6c271c3d16c54dd4d6015aa301bbb7c189 /.github | |
parent | 2d094b7a8ca702f79dadc5e336c833a00de7129d (diff) | |
download | Skyblock-Dungeons-Guide-da890b92428218aef2150d13349c6593dfe6b5ac.tar.gz Skyblock-Dungeons-Guide-da890b92428218aef2150d13349c6593dfe6b5ac.tar.bz2 Skyblock-Dungeons-Guide-da890b92428218aef2150d13349c6593dfe6b5ac.zip |
- Update github actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e210470e..15c8ffef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,11 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 + - uses: actions/checkout@v3 + - name: Set up JDK 16 + uses: actions/setup-java@v3 with: - java-version: 1.8 + java-version: '16' + distribution: 'adopt' - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Download hychat as a dependency |