File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3737
3838 - name : Cache dependencies installed with composer
39- uses : actions/cache@v4
39+ uses : actions/cache@v5
4040 with :
4141 path : ${{ env.COMPOSER_CACHE_DIR }}
4242 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 3333 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434
3535 - name : Cache dependencies installed with composer
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : ${{ env.COMPOSER_CACHE_DIR }}
3939 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 3535 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3636
3737 - name : Cache dependencies installed with composer
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ${{ env.COMPOSER_CACHE_DIR }}
4141 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments