diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-17 04:58:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 04:58:48 +0000 |
commit | 3939003dececfec80cf7e8d3d776b50686e0f125 (patch) | |
tree | 9f8f4ff3e7b06066530bb83e83f2d2c6ad44cadf /.github/workflows/sync_crowdin.yml | |
parent | c9992a64fc2ab1f137b08709b8090fab33fc5cf8 (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.yml | 2 |
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 |