From 23c77e10c827421682426d767d73398223780158 Mon Sep 17 00:00:00 2001 From: GrayBot <120588553+gray-bot@users.noreply.github.com> Date: Sat, 9 May 2026 20:25:19 -0400 Subject: [PATCH] chore: restore internal action refs to @main (#254) --- .github/workflows/check-extension.yaml | 20 ++++++++++---------- .github/workflows/check-store.yaml | 14 +++++++------- .github/workflows/integration.yaml | 2 +- cache-magento/action.yml | 2 +- coding-standard/action.yml | 4 ++-- fix-magento-install/action.yml | 2 +- setup-magento/action.yml | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/check-extension.yaml b/.github/workflows/check-extension.yaml index db0defd..1e25328 100644 --- a/.github/workflows/check-extension.yaml +++ b/.github/workflows/check-extension.yaml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -75,7 +75,7 @@ jobs: - run: composer update --no-install working-directory: ${{ steps.setup-magento.outputs.path }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -142,7 +142,7 @@ jobs: - run: composer update --no-install working-directory: ${{ steps.setup-magento.outputs.path }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -155,7 +155,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/setup-di-compile@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-di-compile@main with: path: ${{ steps.setup-magento.outputs.path }} @@ -173,11 +173,11 @@ jobs: tools: composer:v${{ matrix.composer }} coverage: none - - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} - - uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -191,7 +191,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -218,7 +218,7 @@ jobs: - run: composer update --no-install working-directory: ${{ steps.setup-magento.outputs.path }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -231,7 +231,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: magento-version with: working-directory: ${{ steps.setup-magento.outputs.path }} diff --git a/.github/workflows/check-store.yaml b/.github/workflows/check-store.yaml index 0463796..94096ef 100644 --- a/.github/workflows/check-store.yaml +++ b/.github/workflows/check-store.yaml @@ -46,12 +46,12 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: get-magento-version with: working-directory: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/supported-version@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version with: kind: custom @@ -73,7 +73,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -82,7 +82,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -134,7 +134,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -143,7 +143,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -168,7 +168,7 @@ jobs: EOF fi - - uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ steps.setup-magento.outputs.path }} composer_auth: ${{ secrets.composer_auth }} \ No newline at end of file diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 90fd09a..22a5629 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -82,7 +82,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} name: Create Magento ${{ matrix.magento }} Project - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/cache-magento/action.yml b/cache-magento/action.yml index 3d68efb..c29f001 100644 --- a/cache-magento/action.yml +++ b/cache-magento/action.yml @@ -62,7 +62,7 @@ runs: exit 1 fi - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: cache-magento-get-magento-version with: working-directory: ${{ inputs.working-directory }} diff --git a/coding-standard/action.yml b/coding-standard/action.yml index 2899e6b..aa00dc7 100644 --- a/coding-standard/action.yml +++ b/coding-standard/action.yml @@ -52,12 +52,12 @@ runs: fi - name: Get Composer Version - uses: graycoreio/github-actions-magento2/get-composer-version@v8.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@v8.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: diff --git a/fix-magento-install/action.yml b/fix-magento-install/action.yml index fa7a471..e48f0ad 100644 --- a/fix-magento-install/action.yml +++ b/fix-magento-install/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: init-magento-get-magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/setup-magento/action.yml b/setup-magento/action.yml index de0a0c1..4a10029 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -95,7 +95,7 @@ runs: name: Ensure app/etc exists for magento composer plugin if: inputs.mode == 'extension' - - uses: graycoreio/github-actions-magento2/fix-magento-install@v8.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/fix-magento-install@main name: Fix Magento Out of Box Install Issues with: magento_directory: ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}