File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575
7676 steps :
7777 - name : " Checkout"
78- uses : " actions/checkout@v2 "
78+ uses : " actions/checkout@v3 "
7979 with :
8080 fetch-depth : 2
8181
9494 run : " composer require --no-progress --no-scripts --no-plugins symfony/flex ${{ matrix.dependencies }}"
9595
9696 - name : " Install dependencies with Composer"
97- uses : " ramsey/composer-install@v1 "
97+ uses : " ramsey/composer-install@v2 "
9898 with :
9999 dependency-versions : " ${{ matrix.dependency-versions }}"
100100 composer-options : " ${{ matrix.composer-options }}"
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : " Checkout"
18- uses : " actions/checkout@v2 "
18+ uses : " actions/checkout@v3 "
1919 - name : " PHP-CS-Fixer"
2020 uses : " docker://oskarstark/php-cs-fixer-ga:2.19.0"
2121 with :
You can’t perform that action at this time.
0 commit comments