Skip to content

Commit

Permalink
chore(workflows): update crowdin/github-action action to v1.9.0 (#519)
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://github.com/crowdin/github-action) | action | minor | `v1.8.1` -> `v1.9.0` |

---

### Release Notes

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

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

[Compare Source](https://github.com/crowdin/github-action/compare/v1.8.1...v1.9.0)

##### Updated

-   Bump CLI version to [3.12.0](https://github.com/crowdin/crowdin-cli/releases/tag/3.12.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://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #519
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
kodiakhq[bot] and renovate[bot] committed May 30, 2023
2 parents ebf6949 + d201638 commit 7b75759
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 @@ -40,7 +40,7 @@ jobs:

- name: Upload to Crowdin
if: github.event_name != 'pull_request'
uses: crowdin/github-action@102b5aa21783a64027193ef802a616140a1ca102 # v1.8.1
uses: crowdin/github-action@965d501f160af7b1f88aed4c29154b0caf1e94b9 # v1.9.0
env:
GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Delete Crowdin Branch
if: github.event_name == 'pull_request'
uses: crowdin/github-action@102b5aa21783a64027193ef802a616140a1ca102 # v1.8.1
uses: crowdin/github-action@965d501f160af7b1f88aed4c29154b0caf1e94b9 # v1.9.0
env:
GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand Down

0 comments on commit 7b75759

Please sign in to comment.