File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- name : Dependabot metadata
15
15
id : metadata
16
- uses : dependabot/fetch-metadata@v1.1.1
16
+ uses : dependabot/fetch-metadata@v1.3.6
17
17
with :
18
18
github-token : " ${{ secrets.GITHUB_TOKEN }}"
19
19
Original file line number Diff line number Diff line change 11
11
name : phpstan
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3.3.0
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
23
- uses : ramsey/composer-install@v1
23
+ uses : ramsey/composer-install@v2
24
24
25
25
- name : Run PHPStan
26
26
run : ./vendor/bin/phpstan --error-format=github
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3.3.0
14
14
with :
15
15
ref : main
16
16
You can’t perform that action at this time.
0 commit comments