File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ on: [pull_request]
66jobs :
77 phpstan :
88 name : PHPStan
9- runs-on : Ubuntu-20 .04
9+ runs-on : Ubuntu-22 .04
1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414
1515 - name : Cache PHPStan
16- uses : actions/cache@v2
16+ uses : actions/cache@v4
1717 with :
1818 path : .github/.cache/phpstan/
1919 key : phpstan-${{ github.sha }}
2626 coverage : none
2727
2828 - name : Download dependencies
29- uses : ramsey/composer-install@v2
29+ uses : ramsey/composer-install@v3
3030 with :
3131 composer-options : --no-interaction --prefer-dist --optimize-autoloader
3232
@@ -40,21 +40,21 @@ jobs:
4040 name : PHP-CS-Fixer
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v4
4444 - name : PHP-CS-Fixer
4545 uses : docker://oskarstark/php-cs-fixer-ga
4646 with :
4747 args : --diff --dry-run
4848
4949 psalm :
5050 name : Psalm
51- runs-on : Ubuntu-20 .04
51+ runs-on : Ubuntu-22 .04
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v2
54+ uses : actions/checkout@v4
5555
5656 - name : Cache Psalm
57- uses : actions/cache@v2
57+ uses : actions/cache@v4
5858 with :
5959 path : .github/.cache/psalm/
6060 key : psalm-${{ github.sha }}
6767 coverage : none
6868
6969 - name : Download dependencies
70- uses : ramsey/composer-install@v1
70+ uses : ramsey/composer-install@v3
7171 with :
7272 composer-options : --no-interaction --prefer-dist --optimize-autoloader
7373
You can’t perform that action at this time.
0 commit comments