|
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.2 |
54 | 54 | with: |
55 | 55 | path: ${{ env.COMPOSER_CACHE_DIR }} |
56 | 56 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1 |
114 | 114 |
|
115 | 115 | - name: ♻️ Restore cached dependencies installed with composer |
116 | | - uses: actions/cache@v4.0.2 |
| 116 | + uses: actions/cache@v4.2.2 |
117 | 117 | with: |
118 | 118 | path: ${{ env.COMPOSER_CACHE_DIR }} |
119 | 119 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1 |
171 | 171 |
|
172 | 172 | - name: ♻️ Restore cached dependencies installed with composer |
173 | | - uses: actions/cache@v4.0.2 |
| 173 | + uses: actions/cache@v4.2.2 |
174 | 174 | with: |
175 | 175 | path: ${{ env.COMPOSER_CACHE_DIR }} |
176 | 176 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | uses: wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.1 |
226 | 226 |
|
227 | 227 | - name: ♻️ Restore cached dependencies installed with composer |
228 | | - uses: actions/cache@v4.0.2 |
| 228 | + uses: actions/cache@v4.2.2 |
229 | 229 | with: |
230 | 230 | path: ${{ env.COMPOSER_CACHE_DIR }} |
231 | 231 | key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} |
|
0 commit comments