From a54c3473b2520611fad6157e04844c13aa139529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:28:52 +0100 Subject: [PATCH] chore(deps): update crowdin/github-action digest to 60debf3 (#1920) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crowdin/github-action](https://redirect.github.com/crowdin/github-action) | action | digest | `08713f0` -> `60debf3` | --- ### 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 becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index e7936bead..2a90cfc27 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -14,14 +14,14 @@ jobs: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} persist-credentials: true - name: push source files - uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2 + uses: crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # v2 with: command: 'push' env: CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} - name: pull translations - uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2 + uses: crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # v2 with: command: 'download' command_args: '--export-only-approved --skip-untranslated-strings'