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 99 runs-on : ubuntu-20.04
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : Setup PHP
1414 uses : shivammathur/setup-php@v2
1515 - name : Validate composer.json
1919 name : PHP-CS-Fixer
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 - name : Setup PHP
2424 uses : shivammathur/setup-php@v2
2525 with :
5656 name : PHP ${{ matrix.php }} tests (${{ matrix.description }})
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v3
59+ uses : actions/checkout@v4
6060 - name : Cache
61- uses : actions/cache@v3
61+ uses : actions/cache@v4
6262 with :
6363 path : ~/.composer/cache/files
6464 key : composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}
@@ -101,9 +101,9 @@ jobs:
101101 name : " [WINDOWS] PHP ${{ matrix.php }} tests (${{ matrix.description }})"
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v3
104+ uses : actions/checkout@v4
105105 - name : Cache
106- uses : actions/cache@v3
106+ uses : actions/cache@v4
107107 with :
108108 path : ~/.composer/cache/files
109109 key : composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}
You can’t perform that action at this time.
0 commit comments