From 4ef4b462e24e76f8e97fcff79f224b97f654080b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 16:14:59 -0500
Subject: [PATCH] Bump crowdin/github-action from 1.11.0 to 1.20.3 (#2344)

Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.11.0 to 1.20.3.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](https://github.com/crowdin/github-action/compare/v1.11.0...v1.20.3)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/crowdin-pull.yml | 2 +-
 .github/workflows/crowdin-push.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml
index 038f4587df..94c7a25bc9 100644
--- a/.github/workflows/crowdin-pull.yml
+++ b/.github/workflows/crowdin-pull.yml
@@ -56,7 +56,7 @@ jobs:
           passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }}
 
       - name: crowdin action
-        uses: crowdin/github-action@v1.11.0
+        uses: crowdin/github-action@v1.20.3
         with:
           upload_sources: false
           upload_translations: false
diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml
index 0d25f1b2de..1bc5323bc0 100644
--- a/.github/workflows/crowdin-push.yml
+++ b/.github/workflows/crowdin-push.yml
@@ -34,7 +34,7 @@ jobs:
             secret/data/crowdin project-id-blockchain-gui | CROWDIN_PROJECT_ID;
 
       - name: crowdin action
-        uses: crowdin/github-action@v1.11.0
+        uses: crowdin/github-action@v1.20.3
         with:
           upload_sources: true
           upload_translations: false