Skip to content

Commit

Permalink
chore(workflows): update crowdin/github-action action to v1.13.0 (#761)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [crowdin/github-action](https://togithub.com/crowdin/github-action) | action | minor | `v1.12.0` -> `v1.13.0` |

---

### Release Notes

<details>
<summary>crowdin/github-action (crowdin/github-action)</summary>

### [`v1.13.0`](https://togithub.com/crowdin/github-action/releases/tag/v1.13.0)

[Compare Source](https://togithub.com/crowdin/github-action/compare/v1.12.0...v1.13.0)

#### What's Changed

-   chore: CLI [3.14.0](https://togithub.com/crowdin/crowdin-cli/releases/tag/3.14.0) by [@&#8203;andrii-bodnar](https://togithub.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/189](https://togithub.com/crowdin/github-action/pull/189)
-   fix: better handling of PR creation exceptions by [@&#8203;andrii-bodnar](https://togithub.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/188](https://togithub.com/crowdin/github-action/pull/188)

**Full Changelog**: crowdin/github-action@v1.12.0...v1.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/InReach).



PR-URL: #761
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 8938000 commit 064dfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Upload to Crowdin
if: github.event_name != 'pull_request' && !startsWith(github.ref_name, 'l10n_')
uses: crowdin/github-action@ecdf564895766b8a6b4b581559b3c6cd955467d1 # v1.12.0
uses: crowdin/github-action@ce5235f7e587746e03d6f7fe80b10a74ead2b120 # v1.13.0
env:
GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Delete Crowdin Branch
if: github.event_name == 'pull_request'
uses: crowdin/github-action@ecdf564895766b8a6b4b581559b3c6cd955467d1 # v1.12.0
uses: crowdin/github-action@ce5235f7e587746e03d6f7fe80b10a74ead2b120 # v1.13.0
env:
GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand Down

0 comments on commit 064dfd9

Please sign in to comment.