diff --git a/.github/workflows/update-icons.yaml b/.github/workflows/update-icons.yaml index 60425c88f5..8c31a6f1dd 100644 --- a/.github/workflows/update-icons.yaml +++ b/.github/workflows/update-icons.yaml @@ -33,7 +33,7 @@ jobs: } } - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: delete-branch: true base: main diff --git a/.github/workflows/update-tolgee.yml b/.github/workflows/update-tolgee.yml index a2628102b4..c8a7b9a5b2 100644 --- a/.github/workflows/update-tolgee.yml +++ b/.github/workflows/update-tolgee.yml @@ -21,7 +21,7 @@ jobs: python download_translations.py --autocommit - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: delete-branch: true base: main