aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/sync_crowdin.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-02-17 04:58:48 +0000
committerGitHub <noreply@github.com>2022-02-17 04:58:48 +0000
commit3939003dececfec80cf7e8d3d776b50686e0f125 (patch)
tree9f8f4ff3e7b06066530bb83e83f2d2c6ad44cadf /.github/workflows/sync_crowdin.yml
parentc9992a64fc2ab1f137b08709b8090fab33fc5cf8 (diff)
chore(deps): update actions/setup-java action to v2.5.0 (#1734)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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 0d571489..33814d15 100644
--- a/.github/workflows/sync_crowdin.yml
+++ b/.github/workflows/sync_crowdin.yml
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up JDK
- uses: actions/setup-java@v2.4.0
+ uses: actions/setup-java@v2.5.0
with:
distribution: zulu
java-version: 17