File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 working-directory : app
117117
118118 - name : ♻️ Restore cached dependencies installed with composer
119- uses : actions/cache@v4.0.2
119+ uses : actions/cache@v4.2.0
120120 with :
121121 path : ${{ env.COMPOSER_CACHE_DIR }}
122122 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -185,7 +185,7 @@ jobs:
185185 working-directory : app
186186
187187 - name : ♻️ Restore cached dependencies installed with composer
188- uses : actions/cache@v4.0.2
188+ uses : actions/cache@v4.2.0
189189 with :
190190 path : ${{ env.COMPOSER_CACHE_DIR }}
191191 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 6363 working-directory : app
6464
6565 - name : ♻️ Restore cached dependencies installed with composer
66- uses : actions/cache@v4.0.2
66+ uses : actions/cache@v4.2.0
6767 with :
6868 path : ${{ env.COMPOSER_CACHE_DIR }}
6969 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -126,7 +126,7 @@ jobs:
126126 working-directory : app
127127
128128 - name : ♻️ Restore cached dependencies installed with composer
129- uses : actions/cache@v4.0.2
129+ uses : actions/cache@v4.2.0
130130 with :
131131 path : ${{ env.COMPOSER_CACHE_DIR }}
132132 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 5757 working-directory : app
5858
5959 - name : ♻️ Restore cached dependencies installed with composer
60- uses : actions/cache@v4.0.2
60+ uses : actions/cache@v4.2.0
6161 with :
6262 path : ${{ env.COMPOSER_CACHE_DIR }}
6363 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 5252 working-directory : app
5353
5454 - name : ♻️ Restore cached dependencies installed with composer
55- uses : actions/cache@v4.0.2
55+ uses : actions/cache@v4.2.0
5656 with :
5757 path : ${{ env.COMPOSER_CACHE_DIR }}
5858 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 5151 working-directory : app
5252
5353 - name : ♻️ Restore cached dependencies installed with composer
54- uses : actions/cache@v4.0.2
54+ uses : actions/cache@v4.2.0
5555 with :
5656 path : ${{ env.COMPOSER_CACHE_DIR }}
5757 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105 working-directory : app
106106
107107 - name : ♻️ Restore cached dependencies installed with composer
108- uses : actions/cache@v4.0.2
108+ uses : actions/cache@v4.2.0
109109 with :
110110 path : ${{ env.COMPOSER_CACHE_DIR }}
111111 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 6060 working-directory : app
6161
6262 - name : ♻️ Restore cached dependencies installed with composer
63- uses : actions/cache@v4.0.2
63+ uses : actions/cache@v4.2.0
6464 with :
6565 path : ${{ env.COMPOSER_CACHE_DIR }}
6666 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -131,7 +131,7 @@ jobs:
131131 working-directory : app
132132
133133 - name : ♻️ Restore cached dependencies installed with composer
134- uses : actions/cache@v4.0.2
134+ uses : actions/cache@v4.2.0
135135 with :
136136 path : ${{ env.COMPOSER_CACHE_DIR }}
137137 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -195,7 +195,7 @@ jobs:
195195 working-directory : app
196196
197197 - name : ♻️ Restore cached dependencies installed with composer
198- uses : actions/cache@v4.0.2
198+ uses : actions/cache@v4.2.0
199199 with :
200200 path : ${{ env.COMPOSER_CACHE_DIR }}
201201 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments