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 6464
6565 - name : Cache Docker Image
6666 id : cache-docker-image
67- uses : actions/cache@v2
67+ uses : actions/cache@v4
6868 with :
6969 path : /tmp/docker-image.tar
7070 key : cache-docker-image-test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
7878 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 }}' .
7979
8080 - name : Cache Composer Cache Files
81- uses : actions/cache@v2
81+ uses : actions/cache@v4
8282 with :
8383 path : /tmp/composer-cache-files
8484 key : cache-composer-cache-files-${{ matrix.PHP_VERSION }}
You can’t perform that action at this time.
0 commit comments