File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Cache Composer packages
2929 id : composer-cache
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : vendor
3333 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 2727
2828 - name : Cache Composer packages
2929 id : composer-cache
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : vendor
3333 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 2727
2828 - name : Cache Composer packages
2929 id : composer-cache
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : vendor
3333 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Cache Composer packages
108108 id : composer-cache
109- uses : actions/cache@v3
109+ uses : actions/cache@v4
110110 with :
111111 path : vendor
112112 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 2727
2828 - name : Cache Composer packages
2929 id : composer-cache
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : vendor
3333 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments