From e49950cc8776b845e7a54f2297f2704acec923d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:20:18 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 5.0.2 to 7.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v7.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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 7527ebf..564cbf9 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -70,7 +70,7 @@ jobs: - name: Create PR if: ${{ steps.commit.outputs.prev-head != steps.commit.outputs.next-head }} - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v7.0.1 with: branch: feat/run-flake-update delete-branch: true