Skip to content

Commit 555877e

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
chore(deps): update github-actions
1 parent 2e8e3f3 commit 555877e

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
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
version: ${{ steps.previous_tag.outputs.tag }}
117117
- name: "Commit changes"
118-
uses: "stefanzweifel/git-auto-commit-action@v5"
118+
uses: "stefanzweifel/git-auto-commit-action@v6"
119119
id: "commit"
120120
with:
121121
commit_message: "Update stubs"

0 commit comments

Comments
 (0)