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