From fe85bed9556a73bcb4c52b084773318671825d40 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Fri, 18 Feb 2022 09:46:59 +0200 Subject: [PATCH] Version 1.4.7 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 277a601..7683a56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.7.7 +FROM crowdin/cli:3.7.8 RUN apk --no-cache add curl git jq gnupg; diff --git a/README.md b/README.md index f06fb19..3fd50d6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v2 - name: crowdin action - uses: crowdin/github-action@1.4.6 + uses: crowdin/github-action@1.4.7 with: upload_translations: true download_translations: true