diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-11 21:50:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 21:50:30 +0530 |
commit | 6b23934c7d2fbcb4d4235825c5f9d5576926685d (patch) | |
tree | d8c1cdafbbaf7c64ac791d5e92b8537ec5540452 /.github/workflows/sync_crowdin.yml | |
parent | 1c82f301da88d672461900f1f4cf147fe0141b62 (diff) |
chore(deps): update actions/setup-java action to v3.4.1 (#1992)
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 10985950..7e17f63c 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up JDK - uses: actions/setup-java@v3.4.0 + uses: actions/setup-java@v3.4.1 with: distribution: temurin java-version: 17 |