Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-pull-request from 6 to 7 in the …
Browse files Browse the repository at this point in the history
…all group (#4978)
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 2881c71 commit e905c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make update_contributors_list # may take more than 1 hour

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
base: master
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
run: make assets/github-action-config.json

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
base: master
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: make website_dump_info

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
base: master
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
Expand Down

0 comments on commit e905c7a

Please sign in to comment.