@@ -46,19 +46,19 @@ jobs:
4646 name : ${{ inputs.store_artifact_name }}
4747 path : ${{ inputs.path }}
4848
49- - uses : graycoreio/github-actions-magento2/get-magento-version@main
49+ - uses : graycoreio/github-actions-magento2/get-magento-version@v8.9.0
5050 id : get-magento-version
5151 with :
5252 working-directory : ${{ inputs.path }}
5353
54- - uses : graycoreio/github-actions-magento2/supported-version@main
54+ - uses : graycoreio/github-actions-magento2/supported-version@v8.9.0
5555 id : supported-version
5656 with :
5757 project : ${{ steps.get-magento-version.outputs.supported_version_project }}
5858 kind : custom
5959 custom_versions : ${{ steps.get-magento-version.outputs.project }}:${{ fromJSON(steps.get-magento-version.outputs.version) }}
6060
61- - uses : graycoreio/github-actions-magento2/resolve-check-config@main
61+ - uses : graycoreio/github-actions-magento2/resolve-check-config@v8.9.0
6262 id : resolve
6363 with :
6464 kind : store
8181 name : ${{ inputs.store_artifact_name }}
8282 path : ${{ inputs.path }}
8383
84- - uses : graycoreio/github-actions-magento2/setup-magento@main
84+ - uses : graycoreio/github-actions-magento2/setup-magento@v8.9.0
8585 id : setup-magento
8686 with :
8787 php-version : ${{ matrix.php }}
9090 working-directory : ${{ inputs.path }}
9191 composer_auth : ${{ secrets.composer_auth }}
9292
93- - uses : graycoreio/github-actions-magento2/cache-magento@main
93+ - uses : graycoreio/github-actions-magento2/cache-magento@v8.9.0
9494 with :
9595 composer_cache_key : ${{ inputs.composer_cache_key }}
9696 working-directory : ${{ steps.setup-magento.outputs.path }}
@@ -144,7 +144,7 @@ jobs:
144144 name : ${{ inputs.store_artifact_name }}
145145 path : ${{ inputs.path }}
146146
147- - uses : graycoreio/github-actions-magento2/setup-magento@main
147+ - uses : graycoreio/github-actions-magento2/setup-magento@v8.9.0
148148 id : setup-magento
149149 with :
150150 php-version : ${{ matrix.php }}
@@ -153,7 +153,7 @@ jobs:
153153 working-directory : ${{ inputs.path }}
154154 composer_auth : ${{ secrets.composer_auth }}
155155
156- - uses : graycoreio/github-actions-magento2/cache-magento@main
156+ - uses : graycoreio/github-actions-magento2/cache-magento@v8.9.0
157157 with :
158158 composer_cache_key : ${{ inputs.composer_cache_key }}
159159 working-directory : ${{ steps.setup-magento.outputs.path }}
@@ -178,7 +178,7 @@ jobs:
178178 EOF
179179 fi
180180
181- - uses : graycoreio/github-actions-magento2/coding-standard@main
181+ - uses : graycoreio/github-actions-magento2/coding-standard@v8.9.0
182182 with :
183183 path : ${{ steps.setup-magento.outputs.path }}
184184 composer_auth : ${{ secrets.composer_auth }}
@@ -201,7 +201,7 @@ jobs:
201201 name : ${{ inputs.store_artifact_name }}
202202 path : ${{ inputs.path }}
203203
204- - uses : graycoreio/github-actions-magento2/setup-magento@main
204+ - uses : graycoreio/github-actions-magento2/setup-magento@v8.9.0
205205 id : setup-magento
206206 with :
207207 php-version : ${{ matrix.php }}
@@ -210,7 +210,7 @@ jobs:
210210 working-directory : ${{ inputs.path }}
211211 composer_auth : ${{ secrets.composer_auth }}
212212
213- - uses : graycoreio/github-actions-magento2/cache-magento@main
213+ - uses : graycoreio/github-actions-magento2/cache-magento@v8.9.0
214214 with :
215215 composer_cache_key : ${{ inputs.composer_cache_key }}
216216 working-directory : ${{ steps.setup-magento.outputs.path }}
@@ -222,28 +222,28 @@ jobs:
222222 env :
223223 COMPOSER_AUTH : ${{ secrets.composer_auth }}
224224
225- - uses : graycoreio/github-actions-magento2/setup-install@main
225+ - uses : graycoreio/github-actions-magento2/setup-install@v8.9.0
226226 id : setup-install
227227 with :
228228 services : ${{ toJSON(matrix.services) }}
229229 path : ${{ steps.setup-magento.outputs.path }}
230230 container_id : ${{ job.services['php-fpm'].id }}
231231 extra_args : --magento-init-params=MAGE_MODE=developer
232232
233- - uses : graycoreio/github-actions-magento2/configure-service-nginx@main
233+ - uses : graycoreio/github-actions-magento2/configure-service-nginx@v8.9.0
234234 with :
235235 container_id : ${{ job.services.nginx.id }}
236236 magento_path : ${{ inputs.path }}
237237
238- - uses : graycoreio/github-actions-magento2/smoke-test@main
238+ - uses : graycoreio/github-actions-magento2/smoke-test@v8.9.0
239239 if : contains(fromJSON(needs.compute_matrix.outputs.resolved)['smoke-test'].probes, 'page')
240240 with :
241241 kind : page
242242
243243 # # graphql is opt-in: editions without GraphQL modules (e.g. mage-os
244244 # # minimal) have no /graphql endpoint. Enable it per store via
245245 # # `.github/check-store.json` -> jobs.smoke-test.probes: ["page", "graphql"].
246- - uses : graycoreio/github-actions-magento2/smoke-test@main
246+ - uses : graycoreio/github-actions-magento2/smoke-test@v8.9.0
247247 if : contains(fromJSON(needs.compute_matrix.outputs.resolved)['smoke-test'].probes, 'graphql')
248248 with :
249249 kind : graphql
0 commit comments