Skip to content

Commit

Permalink
Merge pull request #663 from DestinyItemManager/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/major-533f70582a

Bump peter-evans/create-pull-request from 6 to 7 in the major group
  • Loading branch information
bhollis authored Oct 9, 2024
2 parents 1dec6c8 + 8206486 commit 8b60487
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 8b60487

Please sign in to comment.