File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Cache Composer packages
5353 id : composer-cache
54- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
54+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5555 with :
5656 path : vendor
5757 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 8181
8282 - name : Cache Composer packages
8383 id : composer-cache
84- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
84+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8585 with :
8686 path : vendor
8787 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 6969
7070 - name : Cache Composer packages
7171 id : composer-cache
72- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
72+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7373 with :
7474 path : vendor
7575 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments