File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313
1414 - name : Dependabot metadata
1515 id : metadata
16- uses : dependabot/fetch-metadata@v2.3 .0
16+ uses : dependabot/fetch-metadata@v2.4 .0
1717 with :
1818 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1919
Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 ref : ${{ github.head_ref }}
1414
1515 - name : Fix PHP code style issues
16- uses : aglipanci/laravel-pint-action@2.5
16+ uses : aglipanci/laravel-pint-action@2.6
1717
1818 - name : Commit changes
19- uses : stefanzweifel/git-auto-commit-action@v5
19+ uses : stefanzweifel/git-auto-commit-action@v7
2020 with :
2121 commit_message : Fix styling
Original file line number Diff line number Diff line change 1111 name : phpstan
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Setup PHP
1717 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@v4
13+ uses : actions/checkout@v5
1414 with :
1515 ref : 1.x
1616
2121 release-notes : ${{ github.event.release.body }}
2222
2323 - name : Commit updated CHANGELOG
24- uses : stefanzweifel/git-auto-commit-action@v5
24+ uses : stefanzweifel/git-auto-commit-action@v7
2525 with :
2626 branch : 1.x
2727 commit_message : Update CHANGELOG
You can’t perform that action at this time.
0 commit comments