From 85afaf7f48776123df0ac4a8df6f9c53cd8728f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:13:56 +0000 Subject: [PATCH] build(deps): bump graycoreio/github-actions-magento2 from 8.6.0 to 8.7.0 Bumps [graycoreio/github-actions-magento2](https://github.com/graycoreio/github-actions-magento2) from 8.6.0 to 8.7.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.6.0...v8.7.0) --- updated-dependencies: - dependency-name: graycoreio/github-actions-magento2 dependency-version: 8.7.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 fe62233..7a42cea 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.6.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.7.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.6.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.7.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.6.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.7.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.6.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.7.0 id: v with: kind: latest