Skip to content

Commit 81ad620

Browse files
dependabot[bot]uudashr
authored andcommitted
build(deps): bump peter-evans/create-pull-request from 6 to 7 in the all group (golangci#4978)
1 parent 5979df7 commit 81ad620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/post-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: make update_contributors_list # may take more than 1 hour
3737

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

6161
- name: Create Pull Request
62-
uses: peter-evans/create-pull-request@v6
62+
uses: peter-evans/create-pull-request@v7
6363
with:
6464
base: master
6565
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
run: make website_dump_info
8989

9090
- name: Create Pull Request
91-
uses: peter-evans/create-pull-request@v6
91+
uses: peter-evans/create-pull-request@v7
9292
with:
9393
base: master
9494
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}

0 commit comments

Comments
 (0)