Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 in the major group
Browse files Browse the repository at this point in the history
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](peter-evans/create-pull-request@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 09f36bd commit 9112b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-manifest-detected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9112b1b

Please sign in to comment.