aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/sync_crowdin.yml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-09-05 13:51:05 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-09-05 13:51:05 +0530
commit7bc6b5a194d7cba46f87928c6001f623d9cfd8fe (patch)
treef66b23dc4eb7ca122d7ab3910afe49cc134c52b0 /.github/workflows/sync_crowdin.yml
parentf305463b566039b4b05ac342c567562a02c0d980 (diff)
fix(github): run all checks with JDK 18
Diffstat (limited to '.github/workflows/sync_crowdin.yml')
-rw-r--r--.github/workflows/sync_crowdin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml
index 85556384..c52ae587 100644
--- a/.github/workflows/sync_crowdin.yml
+++ b/.github/workflows/sync_crowdin.yml
@@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3.4.1
with:
distribution: temurin
- java-version: 17
+ java-version: 18
- name: Download new translations from Crowdin
uses: gradle/gradle-build-action@v2.3.0