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 @@ -14,14 +14,14 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.head_ref }}
20
20
21
21
- name : Fix PHP code style issues
22
- uses : aglipanci/laravel-pint-action@2.2 .0
22
+ uses : aglipanci/laravel-pint-action@2.3 .0
23
23
24
24
- name : Commit changes
25
- uses : stefanzweifel/git-auto-commit-action@v4
25
+ uses : stefanzweifel/git-auto-commit-action@v5
26
26
with :
27
27
commit_message : Fix styling
Original file line number Diff line number Diff line change 11
11
name : phpstan
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Setup PHP
31
31
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
ref : main
19
19
24
24
release-notes : ${{ github.event.release.body }}
25
25
26
26
- name : Commit updated CHANGELOG
27
- uses : stefanzweifel/git-auto-commit-action@v4
27
+ uses : stefanzweifel/git-auto-commit-action@v5
28
28
with :
29
29
branch : main
30
30
commit_message : Update CHANGELOG
You can’t perform that action at this time.
0 commit comments