File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
3030 -
3131 name : ' Composer install'
32- uses : ' ramsey/composer-install@v1 '
32+ uses : ' ramsey/composer-install@2.2.0 '
3333 with :
3434 dependency-versions : ' highest'
3535 -
6464 run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
6565 -
6666 name : ' Composer install'
67- uses : ' ramsey/composer-install@v1 '
67+ uses : ' ramsey/composer-install@2.2.0 '
6868 with :
6969 dependency-versions : ' highest'
7070 -
9292 run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
9393 -
9494 name : ' Composer install'
95- uses : ' ramsey/composer-install@v1 '
95+ uses : ' ramsey/composer-install@2.2.0 '
9696 with :
9797 dependency-versions : ' highest'
9898 -
@@ -133,7 +133,7 @@ jobs:
133133 run : ' echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"'
134134 -
135135 name : ' Composer install'
136- uses : ' ramsey/composer-install@v1 '
136+ uses : ' ramsey/composer-install@2.2.0 '
137137 with :
138138 dependency-versions : ' ${{ matrix.composer-dependencies }}'
139139 -
@@ -157,7 +157,7 @@ jobs:
157157 steps :
158158 -
159159 name : ' Finish Coveralls upload'
160- uses : ' coverallsapp/github-action@1.1.3 '
160+ uses : ' coverallsapp/github-action@v1.2.4 '
161161 with :
162162 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
163163 parallel-finished : true
You can’t perform that action at this time.
0 commit comments