Skip to content

Commit a32936f

Browse files
⬆ Bump peter-evans/create-pull-request from 7 to 8
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f613f8 commit a32936f

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
@@ -43,7 +43,7 @@ jobs:
4343
# Create a pull request to merge the changes into the main branch
4444
- name: Create Pull Request
4545
if: steps.check_changes.outputs.changed == 'true'
46-
uses: peter-evans/create-pull-request@v7
46+
uses: peter-evans/create-pull-request@v8
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
branch: bot-update-coc

0 commit comments

Comments
 (0)