File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 - name : Dependabot metadata
1515 id : metadata
16- uses : dependabot/fetch-metadata@v1.1.1
16+ uses : dependabot/fetch-metadata@v1.3.6
1717 with :
1818 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1919
Original file line number Diff line number Diff line change 1111 name : phpstan
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3.3.0
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
2020 coverage : none
2121
2222 - name : Install composer dependencies
23- uses : ramsey/composer-install@v1
23+ uses : ramsey/composer-install@v2
2424
2525 - name : Run PHPStan
2626 run : ./vendor/bin/phpstan --error-format=github
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3.3.0
1414 with :
1515 ref : main
1616
You can’t perform that action at this time.
0 commit comments