Skip to content

Commit 3fbd1e4

Browse files
committed
chore: fix ci deprecations for github action version
1 parent 79c710b commit 3fbd1e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
-
2929
name: "Checkout code"
30-
uses: "actions/checkout@v2"
30+
uses: "actions/checkout@v3"
3131

3232
-
3333
name: "Install PHP"
@@ -42,13 +42,13 @@ jobs:
4242

4343
-
4444
name: "Composer install"
45-
uses: "ramsey/composer-install@v1"
45+
uses: "ramsey/composer-install@v2"
4646
with:
4747
composer-options: "--no-scripts"
4848

4949
-
5050
name: "Composer install php-cs-fixer"
51-
uses: "ramsey/composer-install@v1"
51+
uses: "ramsey/composer-install@v2"
5252
with:
5353
composer-options: "--no-scripts --working-dir=tools/php-cs-fixer"
5454

@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: "Checkout code"
115-
uses: actions/checkout@v2.3.3
115+
uses: actions/checkout@v3
116116

117117
- name: "Start MySQL"
118118
run: |
@@ -137,17 +137,17 @@ jobs:
137137
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
138138

139139
- name: "Composer install"
140-
uses: "ramsey/composer-install@v1"
140+
uses: "ramsey/composer-install@v2"
141141
with:
142142
dependency-versions: "${{ matrix.dependency-versions }}"
143143

144144
- name: "Composer install php-cs-fixer"
145-
uses: "ramsey/composer-install@v1"
145+
uses: "ramsey/composer-install@v2"
146146
with:
147147
composer-options: "--no-scripts --working-dir=tools/php-cs-fixer"
148148

149149
- name: "Composer install twigcs"
150-
uses: "ramsey/composer-install@v1"
150+
uses: "ramsey/composer-install@v2"
151151
with:
152152
composer-options: "--no-scripts --working-dir=tools/twigcs"
153153

0 commit comments

Comments
 (0)