File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
43
43
44
44
- name : Cache composer dependencies
45
- uses : actions/cache@v3
45
+ uses : actions/cache@v4
46
46
with :
47
47
path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
48
48
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
52
52
run : mkdir -p build/
53
53
54
54
- name : Cache Deptrac results
55
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : build
58
58
key : ${{ runner.os }}-deptrac-${{ github.sha }}
Original file line number Diff line number Diff line change 37
37
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
38
38
39
39
- name : Cache composer dependencies
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
43
43
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 46
46
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
47
47
48
48
- name : Cache composer dependencies
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
52
52
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
56
56
run : mkdir -p build/phpstan
57
57
58
58
- name : Cache PHPStan results
59
- uses : actions/cache@v3
59
+ uses : actions/cache@v4
60
60
with :
61
61
path : build/phpstan
62
62
key : ${{ runner.os }}-phpstan-${{ github.sha }}
Original file line number Diff line number Diff line change 45
45
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
46
46
47
47
- name : Cache composer dependencies
48
- uses : actions/cache@v3
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
51
51
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 42
42
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
43
43
44
44
- name : Cache composer dependencies
45
- uses : actions/cache@v3
45
+ uses : actions/cache@v4
46
46
with :
47
47
path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
48
48
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
52
52
run : mkdir -p build/psalm
53
53
54
54
- name : Cache Psalm results
55
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : build/psalm
58
58
key : ${{ runner.os }}-psalm-${{ github.sha }}
Original file line number Diff line number Diff line change 46
46
run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
47
47
48
48
- name : Cache composer dependencies
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
52
52
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments