diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-18 19:33:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 19:33:50 +0530 |
commit | e29f48cc61eaa53b31c50c86c1062177b76e45e0 (patch) | |
tree | f86b40e3bc2051dd480677c5e174f4c6354d4168 /.github/workflows/sync_crowdin.yml | |
parent | b97d4226b8f4ec82820da6358b2ed5a5fa6c031a (diff) |
chore(deps): update actions/setup-java action to v3.6.0 (#2192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/sync_crowdin.yml')
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 5e50459c..0ac5f70c 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: Set up JDK - uses: actions/setup-java@v3.5.1 + uses: actions/setup-java@v3.6.0 with: distribution: temurin java-version: 18 |