File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
# Cancel previous runs of the same branch
24
24
- name : cancel
25
- uses : styfle/cancel-workflow-action@0.9.1
25
+ uses : styfle/cancel-workflow-action@0.10.0
26
26
with :
27
27
access_token : ${{ github.token }}
28
28
41
41
echo "::set-output name=dir::$(composer config cache-files-dir)"
42
42
43
43
- name : composer-cache
44
- uses : actions/cache@v2.1.6
44
+ uses : actions/cache@v2
45
45
with :
46
46
path : ${{ steps.composercache.outputs.dir }}
47
47
key : composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
59
59
run : vendor/bin/phpunit
60
60
61
61
- name : phpstan-cache
62
- uses : actions/cache@v2.1.6
62
+ uses : actions/cache@v2
63
63
with :
64
64
key : phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
65
65
path : .phpstan-cache
You can’t perform that action at this time.
0 commit comments