Skip to content

Commit a717c90

Browse files
authored
Merge pull request #206 from bckohan/dependabot/github_actions/peter-evans/create-pull-request-8
⬆ Bump peter-evans/create-pull-request from 7 to 8
2 parents c08bb20 + 6cecc43 commit a717c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_coc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Create a pull request to merge the changes into the main branch
4242
- name: Create Pull Request
4343
if: steps.check_changes.outputs.changed == 'true'
44-
uses: peter-evans/create-pull-request@v7
44+
uses: peter-evans/create-pull-request@v8
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
branch: bot-update-coc

0 commit comments

Comments
 (0)