From bbd7ef51a18b3f3038cf519a0cdfed13e379e36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:14:29 +0000 Subject: [PATCH] build(deps): bump graycoreio/github-actions-magento2 from 8.5.0 to 8.6.0 Bumps [graycoreio/github-actions-magento2](https://github.com/graycoreio/github-actions-magento2) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/graycoreio/github-actions-magento2/releases) - [Changelog](https://github.com/graycoreio/github-actions-magento2/blob/main/CHANGELOG.md) - [Commits](https://github.com/graycoreio/github-actions-magento2/compare/v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: graycoreio/github-actions-magento2 dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92b0d25..fe62233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: outputs: matrix: ${{ steps.v.outputs.matrix }} steps: - - uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.6.0 id: v supported-version-mage-os: @@ -26,7 +26,7 @@ jobs: outputs: matrix: ${{ steps.v.outputs.matrix }} steps: - - uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.6.0 id: v with: project: mage-os @@ -36,7 +36,7 @@ jobs: outputs: matrix: ${{ steps.v.outputs.matrix }} steps: - - uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.6.0 id: v with: project: mage-os-minimal @@ -46,7 +46,7 @@ jobs: outputs: matrix: ${{ steps.v.outputs.matrix }} steps: - - uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.6.0 id: v with: kind: latest