Skip to content

Commit b1c2b0b

Browse files
authored
Merge pull request #69 from Colin-XKL/dependabot/github_actions/peter-evans/create-pull-request-5
build(deps): bump peter-evans/create-pull-request from 4 to 5
2 parents 29d991c + 148e696 commit b1c2b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CDN-URL.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323

2424
- name: Create Pull Request
25-
uses: peter-evans/create-pull-request@v4
25+
uses: peter-evans/create-pull-request@v5
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
commit-message: "Change img CDN URL"

.github/workflows/text-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
args: --fix
2020

2121
- name: Create Pull Request
22-
uses: peter-evans/create-pull-request@v4
22+
uses: peter-evans/create-pull-request@v5
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
commit-message: "chore: lint text and auto correct"

0 commit comments

Comments
 (0)