Skip to content

Commit

Permalink
deps(gh-actions): bump peter-evans/create-pull-request from 6 to 7 (#898
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
2 parents 5b8774b + d6c5d1c commit 8f0a696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fail-on-diff: false
- name: Create Pull Request
if: steps.checkpo.outputs.modified == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto update po files
title: 'docs(i18n): Auto update po files'
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
# Go workspace checksum files tend to update when no one is asking
paths-to-ignore: 'go.work.sum'
fail-on-diff: false
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
name: Create Pull Request
if: steps.check-diff.outputs.diff == 'true'
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
paths-to-ignore: 'go.work.sum'
fail-on-diff: false
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: steps.check-diff.outputs.diff == 'true'
with:
commit-message: Auto update internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-structurizr-diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
- name: Create Pull Request if there is a diff
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto update diagrams
title: 'docs: Auto update diagram files'
Expand Down

0 comments on commit 8f0a696

Please sign in to comment.