File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.head_ref }}
20
20
26
26
27
27
# steps:
28
28
# - name: Checkout code
29
- # uses: actions/checkout@v2
29
+ # uses: actions/checkout@v4
30
30
31
31
# - name: Setup PHP
32
32
# uses: shivammathur/setup-php@v2
36
36
# coverage: pcov
37
37
38
38
# - name: Cache dependencies
39
- # uses: actions/cache@v1
39
+ # uses: actions/cache@v4
40
40
# with:
41
41
# path: ~/.composer/cache/files
42
42
# key: dependencies-composer-${{ hashFiles('composer.json') }}
57
57
runs-on : ubuntu-latest
58
58
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v4
61
61
with :
62
62
ref : ${{ github.head_ref }}
63
63
token : ${{ secrets.GH_TOKEN }}
89
89
90
90
steps :
91
91
- name : Checkout code
92
- uses : actions/checkout@v2
92
+ uses : actions/checkout@v4
93
93
with :
94
94
ref : ${{ github.head_ref }}
95
95
@@ -101,7 +101,7 @@ jobs:
101
101
coverage : pcov
102
102
103
103
- name : Cache dependencies
104
- uses : actions/cache@v2
104
+ uses : actions/cache@v4
105
105
with :
106
106
path : ~/.composer/cache/files
107
107
key : dependencies-composer-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments