File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060
6161 - name : Set up PHP with PECL extension
62- uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2
62+ uses : shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2
6363 with :
6464 php-version : ${{ matrix.php }}
6565 coverage : xdebug
7171
7272 - name : Cache Composer packages
7373 id : composer-cache
74- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
74+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
7575 with :
7676 path : vendor
7777 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 6363 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6464
6565 - name : Set up PHP
66- uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2
66+ uses : shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2
6767 with :
6868 php-version : ${{ matrix.php }}
6969 coverage : xdebug
7575
7676 - name : Cache Composer packages
7777 id : composer-cache
78- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
78+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
7979 with :
8080 path : vendor
8181 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments