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
@@ -63,11 +63,11 @@ runs:
coverage: none
- name: Get Composer Version
uses: mage-os/github-actions/get-composer-version@main
uses: graycoreio/github-actions-magento2/get-composer-version@main
id: get-composer-version
- name: Check if allow-plugins option is available for this version of composer
uses: mage-os/github-actions/semver-compare@main
uses: graycoreio/github-actions-magento2/semver-compare@main
with:
version: 2.2
compare_against: ${{ steps.get-composer-version.outputs.version }}