feat!: replace mage-os/github-actions with graycoreio/github-actions-magento2

This commit is contained in:
Damien Retzinger
2025-03-25 09:36:21 -04:00
parent 4c536e3d96
commit 9c06178b30
22 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- uses: mage-os/github-actions/supported-version@main
- uses: graycoreio/github-actions-magento2/supported-version@main
id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }}
@@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mage-os/github-actions/installation-test@main
- uses: graycoreio/github-actions-magento2/installation-test@main
with:
composer_version: ${{ matrix.composer }}
php_version: ${{ matrix.php }}