Skip to content

Commit

Permalink
Merge pull request #529 from DestinyItemManager/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/peter-evans/create-pull-request-5

Bump peter-evans/create-pull-request from 4 to 5
  • Loading branch information
delphiactual authored Dec 4, 2023
2 parents 357126a + 12a2efd commit 03d48b7
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 @@ -51,7 +51,7 @@ jobs:
- name: Create Pull Request
if: steps.D2AI-data.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
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@v4
uses: peter-evans/create-pull-request@v5
with:
path: 'DIM'
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit 03d48b7

Please sign in to comment.