From 3d578cf288b7fb81715d6efe34f2d8a0d5deaa20 Mon Sep 17 00:00:00 2001 From: Beep Boop Date: Sun, 17 May 2026 21:43:38 +0000 Subject: [PATCH] chore: restore internal action refs to @main --- .github/workflows/check-extension.yaml | 22 ++++++++++---------- .github/workflows/check-store.yaml | 28 +++++++++++++------------- .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, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/check-extension.yaml b/.github/workflows/check-extension.yaml index d021ff46..afccbf9f 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.1.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -79,7 +79,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.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 }} @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -148,7 +148,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.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 }} @@ -161,7 +161,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/setup-di-compile@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-di-compile@main with: path: ${{ steps.setup-magento.outputs.path }} @@ -170,7 +170,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: graycoreio/github-actions-magento2/supported-version@v8.1.0 + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version with: kind: latest @@ -190,11 +190,11 @@ jobs: tools: composer:v${{ matrix.composer }} coverage: none - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.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.1.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -208,7 +208,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -237,7 +237,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.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 }} @@ -250,7 +250,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.1.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 d80dee0d..21e8e74c 100644 --- a/.github/workflows/check-store.yaml +++ b/.github/workflows/check-store.yaml @@ -46,18 +46,18 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.1.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.1.0 + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version with: kind: custom custom_versions: ${{ steps.get-magento-version.outputs.project }}:${{ fromJSON(steps.get-magento-version.outputs.version) }} - - uses: graycoreio/github-actions-magento2/resolve-check-config@v8.1.0 + - uses: graycoreio/github-actions-magento2/resolve-check-config@main id: resolve with: kind: store @@ -80,7 +80,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -89,7 +89,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -143,7 +143,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -152,7 +152,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -177,7 +177,7 @@ jobs: EOF fi - - uses: graycoreio/github-actions-magento2/coding-standard@v8.1.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ steps.setup-magento.outputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -200,7 +200,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -209,7 +209,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.1.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -221,7 +221,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/setup-install@v8.1.0 + - uses: graycoreio/github-actions-magento2/setup-install@main id: setup-install with: services: ${{ toJSON(matrix.services) }} @@ -229,15 +229,15 @@ jobs: container_id: ${{ job.services['php-fpm'].id }} extra_args: --magento-init-params=MAGE_MODE=developer - - uses: graycoreio/github-actions-magento2/configure-service-nginx@v8.1.0 + - uses: graycoreio/github-actions-magento2/configure-service-nginx@main with: container_id: ${{ job.services.nginx.id }} magento_path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/smoke-test@v8.1.0 + - uses: graycoreio/github-actions-magento2/smoke-test@main with: kind: page - - uses: graycoreio/github-actions-magento2/smoke-test@v8.1.0 + - uses: graycoreio/github-actions-magento2/smoke-test@main with: kind: graphql \ No newline at end of file diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9e7b1372..22a56293 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.1.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 e4eaa50c..c29f0014 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.1.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 be1b821d..aa00dc73 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.1.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.1.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 5f517771..e48f0ad8 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.1.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 56e5ae0e..be009094 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -111,7 +111,7 @@ runs: fi printf '%s\n' "$line" >> .gitattributes - - uses: graycoreio/github-actions-magento2/fix-magento-install@v8.1.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 }}