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