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 12
12
permissions :
13
13
contents : read
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- uses : shivammathur/setup-php@v2
18
18
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- uses : mhausenblas/mkdocs-deploy-gh-pages@1.26 # https://github.com/mhausenblas/mkdocs-deploy-gh-pages/releases
16
16
env :
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Install PHP
30
30
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 2
36
36
65
65
66
66
steps :
67
67
- name : Checkout
68
- uses : actions/checkout@v4
68
+ uses : actions/checkout@v5
69
69
with :
70
70
fetch-depth : 2
71
71
87
87
88
88
steps :
89
89
- name : Checkout
90
- uses : actions/checkout@v4
90
+ uses : actions/checkout@v5
91
91
92
92
- name : Install PHP
93
93
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments