Skip to content

Commit

Permalink
chore(workflows): update crowdin/github-action action to v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent ebf6949 commit d201638
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 d201638

Please sign in to comment.