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 6363 - name : " Install Node"
6464 uses : actions/setup-node@v4
6565 with :
66- node-version : " 16 "
66+ node-version : " 22 "
6767
6868 - name : " Download docs"
6969 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ jobs:
383383
384384 - name : " Commit PHAR - tag"
385385 if : " startsWith(github.ref, 'refs/tags/')"
386- uses : stefanzweifel/git-auto-commit-action@v5
386+ uses : stefanzweifel/git-auto-commit-action@v6
387387 with :
388388 commit_user_name : " phpstan-bot"
389389 commit_user_email :
" [email protected] "
Original file line number Diff line number Diff line change 3939 run : " ./bin/generate-function-metadata.php"
4040 - name : " Create Pull Request"
4141 id : create-pr
42- uses : peter-evans/create-pull-request@v6
42+ uses : peter-evans/create-pull-request@v7
4343 with :
4444 token : ${{ secrets.PHPSTAN_BOT_TOKEN }}
4545 branch-suffix : random
You can’t perform that action at this time.
0 commit comments