File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
tools : cs2pr
30
30
31
31
# Install dependencies and handle caching in one go.
32
- # @link https://github.com/marketplace/actions/install-composer -dependencies
32
+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
33
33
- name : Install Composer dependencies
34
34
uses : " ramsey/composer-install@v2"
35
35
with :
Original file line number Diff line number Diff line change 58
58
run : composer remove --dev php-parallel-lint/php-code-style --no-update --no-interaction
59
59
60
60
# Install dependencies and handle caching in one go.
61
- # @link https://github.com/marketplace/actions/install-composer -dependencies
61
+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
62
62
- name : Install Composer dependencies - normal
63
63
if : ${{ matrix.experimental == false }}
64
64
uses : " ramsey/composer-install@v2"
You can’t perform that action at this time.
0 commit comments