From 8206486a7af6f39349540898836af0d6a23b8695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:00:44 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 in the major group Bumps the major group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- .github/workflows/new-manifest-detected.yml | 2 +- .github/workflows/push-to-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-manifest-detected.yml b/.github/workflows/new-manifest-detected.yml index c50a2e33..4b737f8e 100644 --- a/.github/workflows/new-manifest-detected.yml +++ b/.github/workflows/new-manifest-detected.yml @@ -39,7 +39,7 @@ jobs: - name: Create Pull Request if: steps.D2AI-data.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT }} commit-message: D2AI - Update All - Manifest v${{ github.event.client_payload.config.env.MANIFEST_VERSION }} diff --git a/.github/workflows/push-to-master.yml b/.github/workflows/push-to-master.yml index 84045ddf..8b0e11af 100644 --- a/.github/workflows/push-to-master.yml +++ b/.github/workflows/push-to-master.yml @@ -43,7 +43,7 @@ jobs: run: find src/data/d2/* -delete && cp -f ../d2ai/output/* ./src/data/d2/ - name: Create Pull Request (DIM) - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: path: 'DIM' token: ${{ secrets.PAT }}