Skip to content

Commit 7fa83cb

Browse files
chore(deps): update github-actions
1 parent a05acb3 commit 7fa83cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/send-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: "Create Pull Request"
4242
id: create-pr
43-
uses: peter-evans/create-pull-request@v6
43+
uses: peter-evans/create-pull-request@v7
4444
with:
4545
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4646
path: ./phpstan-src

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
version: ${{ steps.previous_tag.outputs.tag }}
104104
- name: "Commit changes"
105-
uses: "stefanzweifel/git-auto-commit-action@v5"
105+
uses: "stefanzweifel/git-auto-commit-action@v6"
106106
id: "commit"
107107
with:
108108
commit_message: "Update stubs"

0 commit comments

Comments
 (0)