From 14125aca9dff381264e1fa734cef84d9f09e905e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:42:19 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4.1.2 to 4.1.3 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-elixir-patches.yaml | 2 +- .github/workflows/update-otp-patches.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-elixir-patches.yaml b/.github/workflows/update-elixir-patches.yaml index 92e040ba6c73..81829cc6f4bc 100644 --- a/.github/workflows/update-elixir-patches.yaml +++ b/.github/workflows/update-elixir-patches.yaml @@ -72,7 +72,7 @@ jobs: git diff - name: CREATE PULL REQUEST if: steps.check-for-branch.outputs.c != 0 - uses: peter-evans/create-pull-request@v4.1.2 + uses: peter-evans/create-pull-request@v4.1.3 with: token: ${{ secrets.REPO_SCOPED_TOKEN }} committer: GitHub diff --git a/.github/workflows/update-otp-patches.yaml b/.github/workflows/update-otp-patches.yaml index 8a0622ea73e5..8797c742dfff 100644 --- a/.github/workflows/update-otp-patches.yaml +++ b/.github/workflows/update-otp-patches.yaml @@ -85,7 +85,7 @@ jobs: git diff - name: CREATE PULL REQUEST if: steps.check-for-branch.outputs.c != 0 - uses: peter-evans/create-pull-request@v4.1.2 + uses: peter-evans/create-pull-request@v4.1.3 with: token: ${{ secrets.REPO_SCOPED_TOKEN }} committer: GitHub