File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 with :
1313 ref : ${{ github.head_ref }}
1414
1818 args : --config=.php-cs-fixer.dist.php --allow-risky=yes
1919
2020 - name : Commit changes
21- uses : stefanzweifel/git-auto-commit-action@v4
21+ uses : stefanzweifel/git-auto-commit-action@v5
2222 with :
2323 commit_message : Fix styling
Original file line number Diff line number Diff line change 1616 name : phpstan
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 ref : main
1616
2121 release-notes : ${{ github.event.release.body }}
2222
2323 - name : Commit updated CHANGELOG
24- uses : stefanzweifel/git-auto-commit-action@v4
24+ uses : stefanzweifel/git-auto-commit-action@v5
2525 with :
2626 branch : main
2727 commit_message : Update CHANGELOG
You can’t perform that action at this time.
0 commit comments