Skip to content

Commit

Permalink
Merge pull request #1834 from NullVoxPopuli/renovate/peter-evans-crea…
Browse files Browse the repository at this point in the history
…te-pull-request-7.x

Update peter-evans/create-pull-request action to v7
  • Loading branch information
NullVoxPopuli authored Oct 31, 2024
2 parents 31c7db0 + 53f206a commit d410cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}

- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
commit-message: "Prepare Release using 'release-plan'"
labels: "internal"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-embroider-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: wyvox/action-setup-pnpm@v3
- run: npx ember-apply@latest unstable-embroider
- run: pnpm install --fix-lockfile --frozen-lockfile=false
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
# A PAT is required to trigger further workflows
token: ${{ secrets.WORKFLOW_TOKEN }}
Expand Down

0 comments on commit d410cb4

Please sign in to comment.