diff --git a/.github/workflows/check-extension.yaml b/.github/workflows/check-extension.yaml index d0bb2ac..8166644 100644 --- a/.github/workflows/check-extension.yaml +++ b/.github/workflows/check-extension.yaml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -54,7 +54,7 @@ jobs: magento_repository: ${{ inputs.magento_repository }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} @@ -104,7 +104,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -114,7 +114,7 @@ jobs: magento_repository: ${{ inputs.magento_repository }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} @@ -161,7 +161,7 @@ jobs: tools: composer:v${{ matrix.composer }} coverage: none - - uses: graycoreio/github-actions-magento2/coding-standard@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -175,7 +175,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -185,7 +185,7 @@ jobs: magento_repository: ${{ inputs.magento_repository }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0-rc.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} @@ -210,7 +210,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/get-magento-version@v7.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/integration.yaml b/.github/workflows/integration.yaml index d2f111a..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@v7.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/coding-standard/action.yml b/coding-standard/action.yml index 233a70d..7555a7a 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@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: diff --git a/fix-magento-install/action.yml b/fix-magento-install/action.yml index 8e0145f..317ad2a 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@v7.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 90bc550..9c97590 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -90,7 +90,7 @@ runs: env: COMPOSER_AUTH: ${{ inputs.composer_auth }} - - uses: graycoreio/github-actions-magento2/fix-magento-install@v7.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 }}