From 2194c39a8e476d67278a3382a923fad5a8eea14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:37:40 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/atlas-update.yml | 2 +- .github/workflows/discord-update.yaml | 2 +- .github/workflows/modelpaths-update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/atlas-update.yml b/.github/workflows/atlas-update.yml index 4ad78d23b7..6f3fd24999 100644 --- a/.github/workflows/atlas-update.yml +++ b/.github/workflows/atlas-update.yml @@ -30,7 +30,7 @@ jobs: rm -rf .luarocks - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update-atlasfiles commit-message: Update Atlas File List from wago.tools diff --git a/.github/workflows/discord-update.yaml b/.github/workflows/discord-update.yaml index 683c19487e..113b7a8267 100644 --- a/.github/workflows/discord-update.yaml +++ b/.github/workflows/discord-update.yaml @@ -31,7 +31,7 @@ jobs: path: commit-body.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update-discordlist commit-message: Update Discord List diff --git a/.github/workflows/modelpaths-update.yml b/.github/workflows/modelpaths-update.yml index 67c26a60b8..733be918c1 100644 --- a/.github/workflows/modelpaths-update.yml +++ b/.github/workflows/modelpaths-update.yml @@ -20,7 +20,7 @@ jobs: shell: bash - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update-modelpaths commit-message: Update WeakAurasModelPaths from wago.tools