diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-18 08:57:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 08:57:53 +0000 |
commit | e8355ae4e5ca2a18a88b11cadf3cd1f88a02429b (patch) | |
tree | 054d877d5933aa0731fde68e729ca67f2ab65621 /.github | |
parent | 92b866d587c00feed3aee0ab9ac8a31c7ef799e5 (diff) |
chore(deps): pin crowdin/github-action action to 6ed209d (#3176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 a393504d..195a0b47 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -13,7 +13,7 @@ jobs: - name: Sync translations to/from Crowdin id: crowdin - uses: crowdin/github-action@v2 + uses: crowdin/github-action@6ed209d411599a981ccb978df3be9dc9b8a81699 # v2 with: upload_sources: true upload_translations: false |