File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
47
47
48
48
- name : Cache composer dependencies
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ${{ steps.composer-cache.outputs.COMPOSER_CACHE_FILES_DIR }}
52
52
key : composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}
Original file line number Diff line number Diff line change 50
50
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
51
51
52
52
- name : Cache composer dependencies
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ${{ steps.composer-cache.outputs.COMPOSER_CACHE_FILES_DIR }}
56
56
key : composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}
62
62
run : mkdir --parents build/phpstan
63
63
64
64
- name : Cache PHPStan cache directory
65
- uses : actions/cache@v3
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : build/phpstan
68
68
key : phpstan-${{ github.sha }}
Original file line number Diff line number Diff line change 52
52
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
53
53
54
54
- name : Cache composer dependencies
55
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : ${{ steps.composer-cache.outputs.COMPOSER_CACHE_FILES_DIR }}
58
58
key : composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}
You can’t perform that action at this time.
0 commit comments