aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/beta.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/beta.yml
parenta75a7edc2627351967ed15a3371ae232da0c530a (diff)
downloadSkyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.tar.gz
Skyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.tar.bz2
Skyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.zip
update actions/setup-java
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r--.github/workflows/beta.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml
index fadce733..4ab11edf 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -27,9 +27,9 @@ jobs:
fs.writeFileSync("./gradle.properties", file);
- 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