From 1e0efc0f8e0118377a36ed216405c9baf0060688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 19:14:15 +0000 Subject: [PATCH] build(deps): bump graycoreio/github-actions-magento2 from 8.7.0 to 8.9.0 Bumps [graycoreio/github-actions-magento2](https://github.com/graycoreio/github-actions-magento2) from 8.7.0 to 8.9.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.7.0...v8.9.0) --- updated-dependencies: - dependency-name: graycoreio/github-actions-magento2 dependency-version: 8.9.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 12e14c3..1875fb5 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.7.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.9.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.7.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.9.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.7.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.9.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.7.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.9.0 id: v with: kind: latest