File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Install PHP
2626 uses : shivammathur/setup-php@v2
3434 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3535
3636 - name : Cache dependencies installed with composer
37- uses : actions/cache@v3
37+ uses : actions/cache@v4
3838 with :
3939 path : ${{ env.COMPOSER_CACHE_DIR }}
4040 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Install PHP
2626 uses : shivammathur/setup-php@v2
3333 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434
3535 - name : Cache dependencies installed with composer
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
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 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Install PHP
2626 uses : shivammathur/setup-php@v2
3333 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434
3535 - name : Cache dependencies installed with composer
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
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 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Install PHP
2626 uses : shivammathur/setup-php@v2
3333 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434
3535 - name : Cache dependencies installed with composer
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 with :
3838 path : ${{ env.COMPOSER_CACHE_DIR }}
3939 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments