We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83e32d2 + 443315a commit 2004423Copy full SHA for 2004423
.github/workflows/auto-approve.yml
@@ -8,7 +8,7 @@ jobs:
8
auto-approve:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: hmarr/auto-approve-action@v3
+ - uses: hmarr/auto-approve-action@v4
12
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' || github.actor == 'github-actions[bot]' }}
13
with:
14
github-token: "${{ secrets.REVIEW_TOKEN }}"
.github/workflows/crowdin.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Update translations
21
- uses: crowdin/github-action@v1.16.0
+ uses: crowdin/github-action@v1.17.0
22
23
download_translations: true
24
commit_message: '[automated] update translations from Crowdin'
0 commit comments