chore: restore internal action refs to @main (#229)

This commit is contained in:
GrayBot
2026-04-28 09:56:18 -04:00
committed by GitHub
parent 28f9e498aa
commit 93c0b480e2
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -52,12 +52,12 @@ runs:
fi
- name: Get Composer Version
uses: graycoreio/github-actions-magento2/get-composer-version@v7.0.0-rc.0
uses: graycoreio/github-actions-magento2/get-composer-version@main
id: get-composer-version
if: steps.check-installed.outputs.installed != 'true'
- name: Check if allow-plugins option is available for this version of composer
uses: graycoreio/github-actions-magento2/semver-compare@v7.0.0-rc.0
uses: graycoreio/github-actions-magento2/semver-compare@main
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with: