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 2222 steps :
2323 # Cancel previous runs of the same branch
2424 - name : cancel
25- uses : styfle/cancel-workflow-action@0.9.1
25+ uses : styfle/cancel-workflow-action@0.10.0
2626 with :
2727 access_token : ${{ github.token }}
2828
4141 echo "::set-output name=dir::$(composer config cache-files-dir)"
4242
4343 - name : composer-cache
44- uses : actions/cache@v2.1.6
44+ uses : actions/cache@v2
4545 with :
4646 path : ${{ steps.composercache.outputs.dir }}
4747 key : composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
5959 run : vendor/bin/phpunit
6060
6161 - name : phpstan-cache
62- uses : actions/cache@v2.1.6
62+ uses : actions/cache@v2
6363 with :
6464 key : phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6565 path : .phpstan-cache
You can’t perform that action at this time.
0 commit comments