File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5555 # Install dependencies and handle caching in one go.
5656 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5757 - name : Install Composer dependencies
58- uses : " ramsey/composer-install@v2 "
58+ uses : " ramsey/composer-install@v3 "
5959 with :
6060 # Bust the cache at least once a month - output format: YYYY-MM.
6161 custom-cache-suffix : $(date -u "+%Y-%m")
9898 # Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
9999 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
100100 - name : Install Composer dependencies
101- uses : " ramsey/composer-install@v2 "
101+ uses : " ramsey/composer-install@v3 "
102102 with :
103103 # Bust the cache at least once a month - output format: YYYY-MM.
104104 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 5454 # Install dependencies and handle caching in one go.
5555 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5656 - name : Install Composer dependencies
57- uses : " ramsey/composer-install@v2 "
57+ uses : " ramsey/composer-install@v3 "
5858 with :
5959 # Bust the cache at least once a month - output format: YYYY-MM.
6060 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 4545 tools : cs2pr
4646
4747 - name : Install Composer dependencies
48- uses : " ramsey/composer-install@v2 "
48+ uses : " ramsey/composer-install@v3 "
4949 with :
5050 # Bust the cache at least once a month - output format: YYYY-MM.
5151 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -126,7 +126,7 @@ jobs:
126126 # Install dependencies and handle caching in one go.
127127 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128128 - name : Install Composer dependencies
129- uses : " ramsey/composer-install@v2 "
129+ uses : " ramsey/composer-install@v3 "
130130 with :
131131 # Bust the cache at least once a month - output format: YYYY-MM.
132132 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments