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

This commit is contained in:
GrayBot
2026-05-10 18:40:04 -04:00
committed by GitHub
parent 0df8ac6e57
commit ff5f76339b
7 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -52,12 +52,12 @@ runs:
fi
- name: Get Composer Version
uses: graycoreio/github-actions-magento2/get-composer-version@v8.0.0-rc.1
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@v8.0.0-rc.1
uses: graycoreio/github-actions-magento2/semver-compare@main
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with: