File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
4747
4848 - name : Cache dependencies
49- uses : actions/cache@v4
49+ uses : actions/cache@v6
5050 with :
5151 path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
5252 key : ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 5454 run : echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
5555
5656 - name : Cache dependencies
57- uses : actions/cache@v4
57+ uses : actions/cache@v6
5858 with :
5959 path : ${{ env.COMPOSER_CACHE_FILES_DIR }}
6060 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
6464 run : mkdir -p build/phpstan
6565
6666 - name : Cache PHPStan result cache directory
67- uses : actions/cache@v4
67+ uses : actions/cache@v6
6868 with :
6969 path : build/phpstan
7070 key : ${{ runner.os }}-phpstan-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments