File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 # Install dependencies and handle caching in one go.
3434 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
3535 - name : Install Composer dependencies
36- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
36+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
3737 with :
3838 # Bust the cache at least once a month - output format: YYYY-MM.
3939 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
6666 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6767 - name : Install Composer dependencies - normal
6868 if : ${{ matrix.experimental == false }}
69- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
69+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
7070 with :
7171 # Bust the cache at least once a month - output format: YYYY-MM.
7272 custom-cache-suffix : $(date -u "+%Y-%m")
7373
7474 # For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow it.
7575 - name : Install Composer dependencies - with ignore platform
7676 if : ${{ matrix.experimental == true }}
77- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
77+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
7878 with :
7979 composer-options : --ignore-platform-reqs
8080 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -119,7 +119,7 @@ jobs:
119119 coverage : xdebug
120120
121121 - name : Install Composer dependencies - normal
122- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
122+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
123123 with :
124124 # Bust the cache at least once a month - output format: YYYY-MM.
125125 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments