File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9999
100100 steps :
101101 - name : Checkout project
102- uses : actions/checkout@v2
102+ uses : actions/checkout@v4
103103
104104 - name : Install and configure PHP
105105 uses : shivammathur/setup-php@v2
@@ -112,7 +112,7 @@ jobs:
112112 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
113113
114114 - name : Cache dependencies
115- uses : actions/cache@v2
115+ uses : actions/cache@v4
116116 id : composer-cache
117117 with :
118118 path : ${{ steps.composer-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change 2424 "doctrine/annotations" : " ^1.13 || ^2.0" ,
2525 "doctrine/inflector" : " ^1.0 || ^2.0" ,
2626 "doctrine/collections" : " ^1.4|^2.0" ,
27- "doctrine/collections" : " ~1.4" ,
2827 "monolog/monolog" : " ^1.10 || ^2.0 || ^3.0" ,
2928 "handcraftedinthealps/elasticsearch-dsl" : " ^5.0.7.1|^6.2.0.1|^7.2.0.1" ,
3029 "symfony/event-dispatcher" : " ^3.4|^4|^5|^6|^7"
You can’t perform that action at this time.
0 commit comments