|
50 | 50 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1
|
51 | 51 |
|
52 | 52 | - name: ♻️ Restore cached dependencies installed with composer
|
53 |
| - uses: actions/cache@v4.0.2 |
| 53 | + uses: actions/cache@v4.2.4 |
54 | 54 | with:
|
55 | 55 | path: ${{ env.COMPOSER_CACHE_DIR }}
|
56 | 56 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
|
@@ -114,7 +114,7 @@ jobs:
|
114 | 114 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1
|
115 | 115 |
|
116 | 116 | - name: ♻️ Restore cached dependencies installed with composer
|
117 |
| - uses: actions/cache@v4.0.2 |
| 117 | + uses: actions/cache@v4.2.4 |
118 | 118 | with:
|
119 | 119 | path: ${{ env.COMPOSER_CACHE_DIR }}
|
120 | 120 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
|
@@ -171,7 +171,7 @@ jobs:
|
171 | 171 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1
|
172 | 172 |
|
173 | 173 | - name: ♻️ Restore cached dependencies installed with composer
|
174 |
| - uses: actions/cache@v4.0.2 |
| 174 | + uses: actions/cache@v4.2.4 |
175 | 175 | with:
|
176 | 176 | path: ${{ env.COMPOSER_CACHE_DIR }}
|
177 | 177 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
|
@@ -226,7 +226,7 @@ jobs:
|
226 | 226 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1
|
227 | 227 |
|
228 | 228 | - name: ♻️ Restore cached dependencies installed with composer
|
229 |
| - uses: actions/cache@v4.0.2 |
| 229 | + uses: actions/cache@v4.2.4 |
230 | 230 | with:
|
231 | 231 | path: ${{ env.COMPOSER_CACHE_DIR }}
|
232 | 232 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
|
|
0 commit comments