diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml index 3241f5c..b46ebd5 100644 --- a/.github/workflows/update-pot.yml +++ b/.github/workflows/update-pot.yml @@ -33,7 +33,7 @@ jobs: branch: chore/update-pot-file - name: Merge pull request with updated POT file if: ${{ steps.cprpot.outputs.pull-request-number }} - uses: "pascalgn/automerge-action@v0.16.2" + uses: "pascalgn/automerge-action@v0.16.3" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: automerge-pot diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 365c547..ed53325 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -36,7 +36,7 @@ jobs: branch: chore/update-mo-files - name: Merge pull request with updated MO files if: ${{ steps.cprtransifex.outputs.pull-request-number }} - uses: "pascalgn/automerge-action@v0.16.2" + uses: "pascalgn/automerge-action@v0.16.3" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: automerge-mo