File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 matrix :
3535 php-versions : [ '7.4', '8.0', '8.1', '8.2' ]
3636 steps :
37- - uses : actions/checkout@v1
37+ - uses : actions/checkout@v4
3838
3939 - name : Setup cache environment
4040 id : cache-env
4545 key : ${{ env.key }}
4646
4747 - name : Cache extensions
48- uses : actions/cache@v1
48+ uses : actions/cache@v4
4949 with :
5050 path : ${{ steps.cache-env.outputs.dir }}
5151 key : ${{ steps.cache-env.outputs.key }}
6363 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
6464
6565 - name : Cache composer dependencies
66- uses : actions/cache@v1
66+ uses : actions/cache@v4
6767 with :
6868 path : ${{ steps.composer-cache.outputs.dir }}
6969 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -135,7 +135,7 @@ jobs:
135135 php content_config.php
136136 php tests/debug.php
137137
138- - uses : actions/upload-artifact@v1
138+ - uses : actions/upload-artifact@v4
139139 if : failure()
140140 with :
141141 name : Codeception Logs
You can’t perform that action at this time.
0 commit comments