File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
name : Block fixup commits
9
9
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
13
13
- name : Block fixup commit merge
14
14
Original file line number Diff line number Diff line change 20
20
name : PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- name : Setup PHP
26
26
uses : shivammathur/setup-php@v2
56
56
name : " Code style and static analysis"
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
61
61
- name : Setup PHP
62
62
uses : shivammathur/setup-php@v2
77
77
name : " Markdown link check"
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
- uses : gaurav-nelson/github-action-markdown-link-check@v1
82
82
with :
83
83
use-verbose-mode : ' yes'
You can’t perform that action at this time.
0 commit comments