Skip to content

Commit 2004423

Browse files
authored
Merge branch 'V3' into pre-commit-ci-update-config
2 parents 83e32d2 + 443315a commit 2004423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
auto-approve:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: hmarr/auto-approve-action@v3
11+
- uses: hmarr/auto-approve-action@v4
1212
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' || github.actor == 'github-actions[bot]' }}
1313
with:
1414
github-token: "${{ secrets.REVIEW_TOKEN }}"

.github/workflows/crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Update translations
21-
uses: crowdin/github-action@v1.16.0
21+
uses: crowdin/github-action@v1.17.0
2222
with:
2323
download_translations: true
2424
commit_message: '[automated] update translations from Crowdin'

0 commit comments

Comments
 (0)