Skip to content

Commit

Permalink
fix: upgrade peter-evans/create-pull-request to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Sep 26, 2024
1 parent 2835e9c commit 19f8c9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
done
- name: Create PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: storeapi.json
author: shopwareBot <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Create PR
if: ${{ env.FILE_DIFFERENCE == 1 }}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: storeapi.json
author: shopwareBot <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_commercial_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
jq . ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json | sponge ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
- name: Create DSR PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
author: shopwareBot <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_digitalsalesroom_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
jq . ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json | sponge ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
- name: Create DSR PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
author: shopwareBot <[email protected]>
Expand Down

0 comments on commit 19f8c9e

Please sign in to comment.