Skip to content

Commit f750f75

Browse files
committed
minor #1353 chore: fix ci deprecations for github action version (Chris8934)
This PR was merged into the 1.x-dev branch. Discussion ---------- chore: fix ci deprecations for github action version Commits ------- 3fbd1e4 chore: fix ci deprecations for github action version
2 parents b4eda56 + 3fbd1e4 commit f750f75

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

@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: "Checkout code"
112-
uses: actions/checkout@v2.3.3
112+
uses: actions/checkout@v3
113113

114114
- name: "Start MySQL"
115115
run: |
@@ -134,17 +134,17 @@ jobs:
134134
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
135135

136136
- name: "Composer install"
137-
uses: "ramsey/composer-install@v1"
137+
uses: "ramsey/composer-install@v2"
138138
with:
139139
dependency-versions: "${{ matrix.dependency-versions }}"
140140

141141
- name: "Composer install php-cs-fixer"
142-
uses: "ramsey/composer-install@v1"
142+
uses: "ramsey/composer-install@v2"
143143
with:
144144
composer-options: "--no-scripts --working-dir=tools/php-cs-fixer"
145145

146146
- name: "Composer install twigcs"
147-
uses: "ramsey/composer-install@v1"
147+
uses: "ramsey/composer-install@v2"
148148
with:
149149
composer-options: "--no-scripts --working-dir=tools/twigcs"
150150

0 commit comments

Comments
 (0)