File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Cache Composer packages
2424 id : composer-cache
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : vendor
2828 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -202,7 +202,7 @@ jobs:
202202
203203 - name : Cache Composer packages
204204 id : composer-cache
205- uses : actions/cache@v3
205+ uses : actions/cache@v4
206206 with :
207207 path : vendor
208208 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -293,7 +293,7 @@ jobs:
293293
294294 - name : Cache Composer packages
295295 id : composer-cache
296- uses : actions/cache@v3
296+ uses : actions/cache@v4
297297 with :
298298 path : vendor
299299 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -341,7 +341,7 @@ jobs:
341341
342342 - name : Cache Composer packages
343343 id : composer-cache
344- uses : actions/cache@v3
344+ uses : actions/cache@v4
345345 with :
346346 path : vendor
347347 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -392,7 +392,7 @@ jobs:
392392
393393 - name : Cache Composer packages
394394 id : composer-cache
395- uses : actions/cache@v3
395+ uses : actions/cache@v4
396396 with :
397397 path : vendor
398398 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 2323
2424 - name : Cache Composer packages
2525 id : composer-cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v4
2727 with :
2828 path : vendor
2929 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1616
1717 - name : Cache Composer packages
1818 id : composer-cache
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 with :
2121 path : vendor
2222 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1616
1717 - name : Cache Composer packages
1818 id : composer-cache
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 with :
2121 path : vendor
2222 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
7474
7575 - name : Cache Composer packages
7676 id : composer-cache
77- uses : actions/cache@v3
77+ uses : actions/cache@v4
7878 with :
7979 path : vendor
8080 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 2323
2424 - name : Cache Composer packages
2525 id : composer-cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v4
2727 with :
2828 path : vendor
2929 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments