File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 prefer-lowest : ' prefer-lowest'
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424
2525 - name : Setup PHP
2626 uses : shivammathur/setup-php@v2
3838 run : echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
3939
4040 - name : Cache composer dependencies
41- uses : actions/cache@v5
41+ uses : actions/cache@v6
4242 with :
4343 path : ${{ steps.composer-cache.outputs.dir }}
4444 key : ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}
7373 runs-on : ubuntu-22.04
7474
7575 steps :
76- - uses : actions/checkout@v6
76+ - uses : actions/checkout@v7
7777
7878 - name : Setup PHP
7979 uses : shivammathur/setup-php@v2
9292 run : echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
9393
9494 - name : Cache composer dependencies
95- uses : actions/cache@v5
95+ uses : actions/cache@v6
9696 with :
9797 path : ${{ steps.composer-cache.outputs.dir }}
9898 key : ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}
Original file line number Diff line number Diff line change 88 "php" : " ^8.2" ,
99 "cakephp/console" : " ^5.1.5" ,
1010 "nette/utils" : " ^4.0" ,
11- "rector/rector" : " ~2.4.0 " ,
11+ "rector/rector" : " ~2.5.2 " ,
1212 "symfony/process" : " ^6.0 || ^7.0" ,
1313 "symfony/string" : " ^6.0 || ^7.0"
1414 },
You can’t perform that action at this time.
0 commit comments