aboutsummaryrefslogtreecommitdiff
path: root/.github
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
parenta75a7edc2627351967ed15a3371ae232da0c530a (diff)
downloadSkyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.tar.gz
Skyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.tar.bz2
Skyblocker-ea7de7a6c63930a09b2d63b65b2ba6744a9051fd.zip
update actions/setup-java
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/beta.yml4
-rw-r--r--.github/workflows/buildrelease.yml4
2 files changed, 4 insertions, 4 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
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