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
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
name: A job to compute an installed Composer version.
steps:
- uses: actions/checkout@v3
- uses: mage-os/github-actions/get-composer-version@main
- uses: graycoreio/github-actions-magento2/get-composer-version@main
id: get-composer-version
- run: echo version ${{ steps.get-composer-version.outputs.version }}
shell: bash