chore: pin internal action refs to v8.6.0

This commit is contained in:
Beep Boop
2026-06-01 01:26:47 +00:00
parent b71ef01e97
commit a094caf43c
7 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -52,12 +52,12 @@ runs:
fi
- name: Get Composer Version
uses: graycoreio/github-actions-magento2/get-composer-version@main
uses: graycoreio/github-actions-magento2/get-composer-version@v8.6.0
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@main
uses: graycoreio/github-actions-magento2/semver-compare@v8.6.0
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with: