File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
- name : " Install Node"
64
64
uses : actions/setup-node@v4
65
65
with :
66
- node-version : " 16 "
66
+ node-version : " 22 "
67
67
68
68
- name : " Download docs"
69
69
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ jobs:
383
383
384
384
- name : " Commit PHAR - tag"
385
385
if : " startsWith(github.ref, 'refs/tags/')"
386
- uses : stefanzweifel/git-auto-commit-action@v5
386
+ uses : stefanzweifel/git-auto-commit-action@v6
387
387
with :
388
388
commit_user_name : " phpstan-bot"
389
389
commit_user_email :
" [email protected] "
Original file line number Diff line number Diff line change 39
39
run : " ./bin/generate-function-metadata.php"
40
40
- name : " Create Pull Request"
41
41
id : create-pr
42
- uses : peter-evans/create-pull-request@v6
42
+ uses : peter-evans/create-pull-request@v7
43
43
with :
44
44
token : ${{ secrets.PHPSTAN_BOT_TOKEN }}
45
45
branch-suffix : random
You can’t perform that action at this time.
0 commit comments