From 20bbd82e7277b60a4b8d20509ce8d66eb4fc02bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 18:16:50 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 3 to 4.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4.0.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-google-fonts.yml | 2 +- .github/workflows/update-templates.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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