File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
65
65
- name : Cache Docker Image
66
66
id : cache-docker-image
67
- uses : actions/cache@v2
67
+ uses : actions/cache@v4
68
68
with :
69
69
path : /tmp/docker-image.tar
70
70
key : cache-docker-image-test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
78
78
run : docker build -f .github/workflows/test.Dockerfile -t 'test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}' --build-arg 'PHP_VERSION=${{ matrix.PHP_VERSION }}' --build-arg 'CODE_COVERAGE=${{ matrix.CODE_COVERAGE }}' .
79
79
80
80
- name : Cache Composer Cache Files
81
- uses : actions/cache@v2
81
+ uses : actions/cache@v4
82
82
with :
83
83
path : /tmp/composer-cache-files
84
84
key : cache-composer-cache-files-${{ matrix.PHP_VERSION }}
You can’t perform that action at this time.
0 commit comments