Skip to content

Commit

Permalink
chore(deps): bump crowdin/github-action from 1 to 2 (#3091)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
dependabot[bot] and yamilmedina authored Jun 21, 2024
1 parent f3ee75c commit 52fa120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-source-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fi
- name: Crowdin action
uses: crowdin/github-action@v1
uses: crowdin/github-action@v2
with:
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-translations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: echo "BASE_BRANCH=develop" >> "$GITHUB_ENV"

- name: Crowdin action
uses: crowdin/github-action@v1
uses: crowdin/github-action@v2
with:
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_API_TOKEN }}
Expand Down

0 comments on commit 52fa120

Please sign in to comment.