From ce854032544f4b3735ef1543a7e65733426e9ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:46:47 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.2 to 7.0.5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.2 to 7.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.5) --- 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/dep-version-bump.yml | 2 +- .github/workflows/pre-commit-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dep-version-bump.yml b/.github/workflows/dep-version-bump.yml index 3e1c801..663f75f 100644 --- a/.github/workflows/dep-version-bump.yml +++ b/.github/workflows/dep-version-bump.yml @@ -103,7 +103,7 @@ jobs: - name: Create Pull Request id: created-pr if: steps.pr.outputs.needed == 'true' - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.BRUTUS_PAT_TOKEN }} path: "repo" diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index b5f2e8b..3a3fda6 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -112,7 +112,7 @@ jobs: - name: Create Pull Request id: created-pr if: steps.pr.outputs.needed == 'true' - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.BRUTUS_PAT_TOKEN }} title: "Bump ${{ steps.pr.outputs.hook-name }} from ${{ steps.update.outputs.vers-bump-str }}"