File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : " Checkout"
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : " Create cache dir"
26
26
run : mkdir .cache
@@ -30,12 +30,12 @@ jobs:
30
30
id : extract_base_branch
31
31
32
32
- name : " Cache DOCtor-RST"
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : .cache
36
36
key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
37
37
38
38
- name : " Run DOCtor-RST"
39
- uses : docker://oskarstark/doctor-rst:1.61.1
39
+ uses : docker://oskarstark/doctor-rst:1.64.0
40
40
with :
41
41
args : --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ jobs:
70
70
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
71
71
72
72
- name : Composer install
73
- uses : " ramsey/composer-install@v2 "
73
+ uses : " ramsey/composer-install@v3 "
74
74
with :
75
75
dependency-versions : " ${{ matrix.dependency-versions }}"
76
76
77
77
- name : Composer install php-cs-fixer
78
- uses : " ramsey/composer-install@v2 "
78
+ uses : " ramsey/composer-install@v3 "
79
79
with :
80
80
composer-options : " --no-scripts --working-dir=tools/php-cs-fixer"
81
81
82
82
- name : Composer install twigcs
83
- uses : " ramsey/composer-install@v2 "
83
+ uses : " ramsey/composer-install@v3 "
84
84
with :
85
85
composer-options : " --no-scripts --working-dir=tools/twigcs"
86
86
Original file line number Diff line number Diff line change 21
21
steps :
22
22
-
23
23
name : Checkout code
24
- uses : " actions/checkout@v3 "
24
+ uses : " actions/checkout@v4 "
25
25
26
26
-
27
27
name : Install PHP
@@ -35,13 +35,13 @@ jobs:
35
35
36
36
-
37
37
name : Composer install
38
- uses : " ramsey/composer-install@v2 "
38
+ uses : " ramsey/composer-install@v3 "
39
39
with :
40
40
composer-options : " --no-scripts"
41
41
42
42
-
43
43
name : Composer install php-cs-fixer
44
- uses : " ramsey/composer-install@v2 "
44
+ uses : " ramsey/composer-install@v3 "
45
45
with :
46
46
composer-options : " --no-scripts --working-dir=tools/php-cs-fixer"
47
47
@@ -64,17 +64,17 @@ jobs:
64
64
php-version : 8.2
65
65
66
66
- name : Install Composer Dependencies
67
- uses : " ramsey/composer-install@v2 "
67
+ uses : " ramsey/composer-install@v3 "
68
68
with :
69
69
composer-options : " --no-scripts"
70
70
71
71
- name : Install PHPStan
72
- uses : " ramsey/composer-install@v2 "
72
+ uses : " ramsey/composer-install@v3 "
73
73
with :
74
74
composer-options : " --no-scripts --working-dir=tools/phpstan"
75
75
76
76
- name : Install Optional Dependencies
77
- uses : " ramsey/composer-install@v2 "
77
+ uses : " ramsey/composer-install@v3 "
78
78
with :
79
79
composer-options : " --no-scripts --working-dir=tools/phpstan/includes"
80
80
Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
46
46
extensions : pdo, pdo_sqlite
47
47
48
48
- name : Composer Install
49
- uses : " ramsey/composer-install@v2 "
49
+ uses : " ramsey/composer-install@v3 "
50
50
with :
51
51
dependency-versions : " ${{ matrix.dependency-versions }}"
52
52
53
53
- name : Composer install php-cs-fixer
54
- uses : " ramsey/composer-install@v2 "
54
+ uses : " ramsey/composer-install@v3 "
55
55
with :
56
56
composer-options : " --no-scripts --working-dir=tools/php-cs-fixer"
57
57
58
58
- name : Composer install twigcs
59
- uses : " ramsey/composer-install@v2 "
59
+ uses : " ramsey/composer-install@v3 "
60
60
with :
61
61
composer-options : " --no-scripts --working-dir=tools/twigcs"
62
62
You can’t perform that action at this time.
0 commit comments