aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/buildrelease.yml
diff options
context:
space:
mode:
authorYasin <a.piri@hotmail.de>2023-07-29 22:26:11 +0200
committerYasin <a.piri@hotmail.de>2023-07-29 22:26:11 +0200
commitea7de7a6c63930a09b2d63b65b2ba6744a9051fd (patch)
tree5fdaf76cabc57a2385472f406e3f8625b99aae9f /.github/workflows/buildrelease.yml
parenta75a7edc2627351967ed15a3371ae232da0c530a (diff)
downloadSkyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.tar.gz
Skyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.tar.bz2
Skyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.zip
update actions/setup-java
Diffstat (limited to '.github/workflows/buildrelease.yml')
-rw-r--r--.github/workflows/buildrelease.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml
index 7f0a38b4..19a93e9e 100644
--- a/.github/workflows/buildrelease.yml
+++ b/.github/workflows/buildrelease.yml
@@ -19,9 +19,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Set up JDK 17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
- distribution: 'adopt'
+ distribution: 'microsoft'
java-version: '17'
- name: Grant execute permission for gradlew