diff --git a/.github/workflows/update-google-fonts.yml b/.github/workflows/update-google-fonts.yml index 55cbc0159f..d5deefecd3 100644 --- a/.github/workflows/update-google-fonts.yml +++ b/.github/workflows/update-google-fonts.yml @@ -36,7 +36,7 @@ jobs: run: npm run workflow:fonts - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update list of Google Fonts diff --git a/.github/workflows/update-templates.yml b/.github/workflows/update-templates.yml index 1991e28b58..345d1737ba 100644 --- a/.github/workflows/update-templates.yml +++ b/.github/workflows/update-templates.yml @@ -34,7 +34,7 @@ jobs: run: npm run workflow:migrate - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Migrate templates and text sets to latest version