File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v2
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 :
23- commit_message : Fix styling
23+ commit_message : Fix styling
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
3131
3232 - name : Setup PHP
3333 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@v2
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
28- file_pattern : CHANGELOG.md
28+ file_pattern : CHANGELOG.md
You can’t perform that action at this time.
0 commit comments