Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 44e8999

Browse files
Update peter-evans/create-pull-request action to v7
1 parent 0156b1b commit 44e8999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
autopep8 --recursive --in-place --aggressive --aggressive .
2323
isort .
2424
- name: Create Pull Request
25-
uses: peter-evans/create-pull-request@v3
25+
uses: peter-evans/create-pull-request@v7
2626
with:
2727
commit-message: Auto code format
2828
title: Fixes by format action

0 commit comments

Comments
 (0)