From 282e5ba24209f5d227efbe205dc250dbe5cc60df Mon Sep 17 00:00:00 2001 From: Andrii Bodnar <29282228+andrii-bodnar@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:26:00 +0300 Subject: [PATCH] Version 1.4.14 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53a7bfb..5574635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.8.0 +FROM crowdin/cli:3.8.1 RUN apk --no-cache add curl git jq gnupg; diff --git a/README.md b/README.md index 93fcb35..33c31ef 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3 - name: crowdin action - uses: crowdin/github-action@1.4.13 + uses: crowdin/github-action@1.4.14 with: upload_translations: true download_translations: true