diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-26 20:27:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 20:27:27 +0530 |
commit | 7369ac932e85c9e253b100dd0f00fb97eea1d047 (patch) | |
tree | f88a9a5003bc3e821e177600106bad4182d6b05d /.github/workflows/sync_crowdin.yml | |
parent | 11c2fe8bb79e26098749003544465151f90a3e8d (diff) |
chore(deps): update actions/setup-java action to v3.5.1 (#2149)
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 4e712a91..804f01f7 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.5.0 + uses: actions/setup-java@v3.5.1 with: distribution: temurin java-version: 18 |