File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
35
35
36
36
- name : Cache dependencies
37
- uses : actions/cache@v2.1.7
37
+ uses : actions/cache@v3
38
38
with :
39
39
path : ${{ steps.composer-cache.outputs.dir }}
40
40
key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
Original file line number Diff line number Diff line change 34
34
run : echo "::set-output name=directory::$(composer config cache-dir)"
35
35
36
36
- name : Cache dependencies installed with composer
37
- uses : actions/cache@v2.1.7
37
+ uses : actions/cache@v3
38
38
with :
39
39
path : ${{ steps.composer-cache.outputs.directory }}
40
40
key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
49
49
composer bin php-cs-fixer install --no-interaction --no-progress --optimize-autoloader
50
50
51
51
- name : Cache cache file for php-cs-fixer
52
- uses : actions/cache@v2.1.7
52
+ uses : actions/cache@v3
53
53
with :
54
54
path : .php_cs.cache
55
55
key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
Original file line number Diff line number Diff line change 33
33
run : echo "::set-output name=directory::$(composer config cache-dir)"
34
34
35
35
- name : Cache dependencies installed with composer
36
- uses : actions/cache@v2.1.7
36
+ uses : actions/cache@v3
37
37
with :
38
38
path : ${{ steps.composer-cache.outputs.directory }}
39
39
key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
75
75
run : echo "::set-output name=directory::$(composer config cache-dir)"
76
76
77
77
- name : Cache dependencies installed with composer
78
- uses : actions/cache@v2.1.7
78
+ uses : actions/cache@v3
79
79
with :
80
80
path : ${{ steps.composer-cache.outputs.directory }}
81
81
key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
Original file line number Diff line number Diff line change 46
46
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
47
47
48
48
- name : Cache dependencies
49
- uses : actions/cache@v2.1.7
49
+ uses : actions/cache@v3
50
50
with :
51
51
path : ${{ steps.composer-cache.outputs.dir }}
52
52
key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}
You can’t perform that action at this time.
0 commit comments