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 1212 environment :
1313 name : CI
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616
1717 - name : 🗄️ Provide agconnect-services.json
1818 id : agconnect-services
2424
2525 - name : 🔢 Cache Composer packages
2626 id : composer-cache
27- uses : actions/cache@v2
27+ uses : actions/cache@v3
2828 with :
2929 path : vendor
3030 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 3535 "ext-json" : " *" ,
3636 "ext-curl" : " *" ,
3737 "phpseclib/phpseclib" : " ^3.0.21" ,
38- "guzzlehttp/guzzle" : " ^7.7 .0" ,
39- "guzzlehttp/psr7" : " ^2.6.0 " ,
38+ "guzzlehttp/guzzle" : " ^7.8 .0" ,
39+ "guzzlehttp/psr7" : " ^2.6.1 " ,
4040 "psr/http-message" : " ^2.0"
4141 },
4242 "require-dev" : {
You can’t perform that action at this time.
0 commit comments