Skip to content

Commit

Permalink
[ci][fix] Bump peter-evans/create-pull-request to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Feb 29, 2024
1 parent 09db99c commit e6684d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
yarn format
- name: Create someengineering/docs.fix.security pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
env:
HUSKY: 0
with:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
yarn format
- name: Create someengineering/inventory.fix.security pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
env:
HUSKY: 0
with:
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Create someengineering/inventory.fix.security pull request
if: steps.release.outputs.prerelease == 'false'
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
env:
HUSKY: 0
with:
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:

# - name: Create someengineering/helm-charts pull request
# if: steps.release.outputs.prerelease == 'false'
# uses: peter-evans/create-pull-request@v4
# uses: peter-evans/create-pull-request@v6
# with:
# path: helm-charts
# commit-message: "chore: bump Fix Inventory appVersion to ${{ steps.release.outputs.tag }}"
Expand Down

0 comments on commit e6684d4

Please sign in to comment.