Skip to content

Commit 147245e

Browse files
authored
chore: restore internal action refs to @main (#281)
1 parent 4df4b25 commit 147245e

7 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/check-extension.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
outputs:
4848
resolved: ${{ steps.resolve.outputs.resolved }}
4949
steps:
50-
- uses: graycoreio/github-actions-magento2/resolve-check-config@v8.3.0
50+
- uses: graycoreio/github-actions-magento2/resolve-check-config@main
5151
id: resolve
5252
with:
5353
kind: extension
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v6
6565

66-
- uses: graycoreio/github-actions-magento2/setup-magento@v8.3.0
66+
- uses: graycoreio/github-actions-magento2/setup-magento@main
6767
id: setup-magento
6868
with:
6969
php-version: ${{ matrix.php }}
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
COMPOSER_AUTH: ${{ secrets.composer_auth }}
9494

95-
- uses: graycoreio/github-actions-magento2/cache-magento@v8.3.0
95+
- uses: graycoreio/github-actions-magento2/cache-magento@main
9696
with:
9797
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
9898
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -134,7 +134,7 @@ jobs:
134134
steps:
135135
- uses: actions/checkout@v6
136136

137-
- uses: graycoreio/github-actions-magento2/setup-magento@v8.3.0
137+
- uses: graycoreio/github-actions-magento2/setup-magento@main
138138
id: setup-magento
139139
with:
140140
php-version: ${{ matrix.php }}
@@ -163,7 +163,7 @@ jobs:
163163
env:
164164
COMPOSER_AUTH: ${{ secrets.composer_auth }}
165165

166-
- uses: graycoreio/github-actions-magento2/cache-magento@v8.3.0
166+
- uses: graycoreio/github-actions-magento2/cache-magento@main
167167
with:
168168
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
169169
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -176,7 +176,7 @@ jobs:
176176
COMPOSER_AUTH: ${{ secrets.composer_auth }}
177177
COMPOSER_MIRROR_PATH_REPOS: 1
178178

179-
- uses: graycoreio/github-actions-magento2/setup-di-compile@v8.3.0
179+
- uses: graycoreio/github-actions-magento2/setup-di-compile@main
180180
with:
181181
path: ${{ steps.setup-magento.outputs.path }}
182182

@@ -185,7 +185,7 @@ jobs:
185185
outputs:
186186
matrix: ${{ steps.supported-version.outputs.matrix }}
187187
steps:
188-
- uses: graycoreio/github-actions-magento2/supported-version@v8.3.0
188+
- uses: graycoreio/github-actions-magento2/supported-version@main
189189
id: supported-version
190190
with:
191191
kind: latest
@@ -205,11 +205,11 @@ jobs:
205205
tools: composer:v${{ matrix.composer }}
206206
coverage: none
207207

208-
- uses: graycoreio/github-actions-magento2/cache-magento@v8.3.0
208+
- uses: graycoreio/github-actions-magento2/cache-magento@main
209209
with:
210210
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
211211

212-
- uses: graycoreio/github-actions-magento2/coding-standard@v8.3.0
212+
- uses: graycoreio/github-actions-magento2/coding-standard@main
213213
with:
214214
path: ${{ inputs.path }}
215215
composer_auth: ${{ secrets.composer_auth }}
@@ -225,7 +225,7 @@ jobs:
225225
steps:
226226
- uses: actions/checkout@v6
227227

228-
- uses: graycoreio/github-actions-magento2/setup-magento@v8.3.0
228+
- uses: graycoreio/github-actions-magento2/setup-magento@main
229229
id: setup-magento
230230
with:
231231
php-version: ${{ matrix.php }}
@@ -254,7 +254,7 @@ jobs:
254254
env:
255255
COMPOSER_AUTH: ${{ secrets.composer_auth }}
256256

257-
- uses: graycoreio/github-actions-magento2/cache-magento@v8.3.0
257+
- uses: graycoreio/github-actions-magento2/cache-magento@main
258258
with:
259259
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
260260
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -267,7 +267,7 @@ jobs:
267267
COMPOSER_AUTH: ${{ secrets.composer_auth }}
268268
COMPOSER_MIRROR_PATH_REPOS: 1
269269

270-
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.3.0
270+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
271271
id: magento-version
272272
with:
273273
working-directory: ${{ steps.setup-magento.outputs.path }}

.github/workflows/check-store.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v8.3.0
49+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
5050
id: get-magento-version
5151
with:
5252
working-directory: ${{ inputs.path }}
5353

54-
- uses: graycoreio/github-actions-magento2/supported-version@v8.3.0
54+
- uses: graycoreio/github-actions-magento2/supported-version@main
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@v8.3.0
61+
- uses: graycoreio/github-actions-magento2/resolve-check-config@main
6262
id: resolve
6363
with:
6464
kind: store
@@ -81,7 +81,7 @@ jobs:
8181
name: ${{ inputs.store_artifact_name }}
8282
path: ${{ inputs.path }}
8383

84-
- uses: graycoreio/github-actions-magento2/setup-magento@v8.3.0
84+
- uses: graycoreio/github-actions-magento2/setup-magento@main
8585
id: setup-magento
8686
with:
8787
php-version: ${{ matrix.php }}
@@ -90,7 +90,7 @@ jobs:
9090
working-directory: ${{ inputs.path }}
9191
composer_auth: ${{ secrets.composer_auth }}
9292

93-
- uses: graycoreio/github-actions-magento2/cache-magento@v8.3.0
93+
- uses: graycoreio/github-actions-magento2/cache-magento@main
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@v8.3.0
147+
- uses: graycoreio/github-actions-magento2/setup-magento@main
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@v8.3.0
156+
- uses: graycoreio/github-actions-magento2/cache-magento@main
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@v8.3.0
181+
- uses: graycoreio/github-actions-magento2/coding-standard@main
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@v8.3.0
204+
- uses: graycoreio/github-actions-magento2/setup-magento@main
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@v8.3.0
213+
- uses: graycoreio/github-actions-magento2/cache-magento@main
214214
with:
215215
composer_cache_key: ${{ inputs.composer_cache_key }}
216216
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -222,23 +222,23 @@ jobs:
222222
env:
223223
COMPOSER_AUTH: ${{ secrets.composer_auth }}
224224

225-
- uses: graycoreio/github-actions-magento2/setup-install@v8.3.0
225+
- uses: graycoreio/github-actions-magento2/setup-install@main
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@v8.3.0
233+
- uses: graycoreio/github-actions-magento2/configure-service-nginx@main
234234
with:
235235
container_id: ${{ job.services.nginx.id }}
236236
magento_path: ${{ inputs.path }}
237237

238-
- uses: graycoreio/github-actions-magento2/smoke-test@v8.3.0
238+
- uses: graycoreio/github-actions-magento2/smoke-test@main
239239
with:
240240
kind: page
241241

242-
- uses: graycoreio/github-actions-magento2/smoke-test@v8.3.0
242+
- uses: graycoreio/github-actions-magento2/smoke-test@main
243243
with:
244244
kind: graphql

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
COMPOSER_AUTH: ${{ secrets.composer_auth }}
8383
name: Create Magento ${{ matrix.magento }} Project
8484

85-
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.3.0
85+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
8686
id: magento-version
8787
with:
8888
working-directory: ${{ inputs.magento_directory }}

cache-magento/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
exit 1
6363
fi
6464
65-
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.3.0
65+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
6666
id: cache-magento-get-magento-version
6767
with:
6868
working-directory: ${{ inputs.working-directory }}

coding-standard/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ runs:
5252
fi
5353
5454
- name: Get Composer Version
55-
uses: graycoreio/github-actions-magento2/get-composer-version@v8.3.0
55+
uses: graycoreio/github-actions-magento2/get-composer-version@main
5656
id: get-composer-version
5757
if: steps.check-installed.outputs.installed != 'true'
5858

5959
- name: Check if allow-plugins option is available for this version of composer
60-
uses: graycoreio/github-actions-magento2/semver-compare@v8.3.0
60+
uses: graycoreio/github-actions-magento2/semver-compare@main
6161
id: is-allow-plugins-available
6262
if: steps.check-installed.outputs.installed != 'true'
6363
with:

fix-magento-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: "composite"
1111
steps:
12-
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.3.0
12+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
1313
id: init-magento-get-magento-version
1414
with:
1515
working-directory: ${{ inputs.magento_directory }}

setup-magento/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ runs:
111111
fi
112112
printf '%s\n' "$line" >> .gitattributes
113113
114-
- uses: graycoreio/github-actions-magento2/fix-magento-install@v8.3.0
114+
- uses: graycoreio/github-actions-magento2/fix-magento-install@main
115115
name: Fix Magento Out of Box Install Issues
116116
with:
117117
magento_directory: ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}

0 commit comments

Comments
 (0)