Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 24a2eac

Browse files
Merge pull request #231 from package-wizard/dependabot/github_actions/peter-evans/create-pull-request-8
Bump peter-evans/create-pull-request from 7 to 8
2 parents 3a06a83 + 34db195 commit 24a2eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: composer style
5353

5454
- name: Create a Pull Request
55-
uses: peter-evans/create-pull-request@v7
55+
uses: peter-evans/create-pull-request@v8
5656
with:
5757
branch: code-style
5858
branch-suffix: random

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: composer style
3333

3434
- name: Create a Pull Request
35-
uses: peter-evans/create-pull-request@v7
35+
uses: peter-evans/create-pull-request@v8
3636
with:
3737
branch: projects/download
3838
branch-suffix: random

0 commit comments

Comments
 (0)