diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-01 18:21:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 18:21:00 +0530 |
commit | 4bd4648eade468238de0dffcea59474ab599d231 (patch) | |
tree | 3e4a2dfcd4fc80dcf4f046f6e31bacba0b9bc90e /.github/workflows/sync_crowdin.yml | |
parent | deac3c4029fbada1bd0371ddc7fd9e5c77dbde73 (diff) |
chore(deps): update actions/setup-java action to v3.1.0 (#1816)
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 727cc051..537c7ae5 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up JDK - uses: actions/setup-java@v3.0.0 + uses: actions/setup-java@v3.1.0 with: distribution: zulu java-version: 17 |