We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5979df7 commit 81ad620Copy full SHA for 81ad620
.github/workflows/post-release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: make update_contributors_list # may take more than 1 hour
37
38
- name: Create Pull Request
39
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
40
with:
41
base: master
42
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
59
run: make assets/github-action-config.json
60
61
62
63
64
65
@@ -88,7 +88,7 @@ jobs:
88
run: make website_dump_info
89
90
91
92
93
94
0 commit comments