File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Setup PHP
14
14
uses : shivammathur/setup-php@v2
15
15
- name : Validate composer.json
19
19
name : PHP-CS-Fixer
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Setup PHP
24
24
uses : shivammathur/setup-php@v2
25
25
with :
56
56
name : PHP ${{ matrix.php }} tests (${{ matrix.description }})
57
57
steps :
58
58
- name : Checkout
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
- name : Cache
61
- uses : actions/cache@v3
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ~/.composer/cache/files
64
64
key : composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}
@@ -101,9 +101,9 @@ jobs:
101
101
name : " [WINDOWS] PHP ${{ matrix.php }} tests (${{ matrix.description }})"
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@v3
104
+ uses : actions/checkout@v4
105
105
- name : Cache
106
- uses : actions/cache@v3
106
+ uses : actions/cache@v4
107
107
with :
108
108
path : ~/.composer/cache/files
109
109
key : composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}
You can’t perform that action at this time.
0 commit comments