Skip to content

Commit

Permalink
fix: use create-pull-request@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Feb 20, 2024
1 parent 6a3e8b1 commit 61a8bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-adv-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Parse service file
run: make service-type-config-${{ inputs.service-name }}
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: (${{ inputs.service-name }}) Update advanced parameters
committer: GitHub <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cloud-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Update available cloud list
run: make cloud-list
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: Cloud - Update available list
committer: GitHub <[email protected]>
Expand Down

0 comments on commit 61a8bec

Please sign in to comment.