From 1bde6c292006ddbfe4c8b6c1233a0aab3bf51b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 04:59:05 +0000 Subject: [PATCH] Bump crowdin/github-action from 1.7.0 to 1.7.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-download.yml | 2 +- .github/workflows/crowdin-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index 2e4885d2..8d6f513f 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: crowdin action - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index ea71cd1d..2ed330e9 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: crowdin action - uses: crowdin/github-action@v1.7.0 + uses: crowdin/github-action@v1.7.1 with: upload_sources: true upload_sources_args: '--auto-update --delete-obsolete'