Skip to content

Commit 8155924

Browse files
chore(deps) Update peter-evans/create-pull-request action to v7
1 parent 6cd57ff commit 8155924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git fetch origin ${{github.ref_name}}:${{github.ref_name}}
1919
git reset --hard ${{github.ref_name}}
2020
- name: Create Pull Request
21-
uses: peter-evans/create-pull-request@v6.0.5
21+
uses: peter-evans/create-pull-request@v7.0.11
2222
with:
2323
labels: automated pr
2424
branch: ${{github.ref_name}}
@@ -36,7 +36,7 @@ jobs:
3636
git fetch origin ${{github.ref_name}}:${{github.ref_name}}
3737
git reset --hard ${{github.ref_name}}
3838
- name: Create Pull Request
39-
uses: peter-evans/create-pull-request@v6.0.5
39+
uses: peter-evans/create-pull-request@v7.0.11
4040
with:
4141
labels: automated pr
4242
branch: ${{github.ref_name}}

0 commit comments

Comments
 (0)