chore: switch all references of graycore/github-actions-magento2 to mage-os/github-actions

This commit is contained in:
Vinai Kopp
2023-06-17 09:49:31 +02:00
parent 7b813336fa
commit 1dc33c08a1
23 changed files with 46 additions and 46 deletions
@@ -93,7 +93,7 @@ jobs:
mode: store
working-directory: ${{ env.magento_folder }}
- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: mage-os/github-actions/cache-magento@main
with:
mode: 'store'
composer_cache_key: '${{ matrix.magento }}'
@@ -116,7 +116,7 @@ jobs:
mode: extension
magento_version: magento/project-community-edition:2.4.5-p1
- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: mage-os/github-actions/cache-magento@main
with:
mode: 'extension'
composer_cache_key: 'magento/project-community-edition:2.4.5-p1'