Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v6 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
displague authored Feb 5, 2024
2 parents 1b048c1 + 8fe7aa3 commit 538d292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-metalv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'`
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
if: ${{ always() && steps.fetch.conclusion == 'success' }}
with:
branch: sync/gh
Expand Down
2 changes: 1 addition & 1 deletion templates/.github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'`
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
if: ${{ always() && steps.fetch.conclusion == 'success' }}
with:
branch: sync/gh
Expand Down

0 comments on commit 538d292

Please sign in to comment.