From 2dbe3049288248b16caadaf78188ed060eb70439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:41:43 +0000 Subject: [PATCH] build(deps): bump graycoreio/github-actions-magento2 from 8.4.0 to 8.5.0 Bumps [graycoreio/github-actions-magento2](https://github.com/graycoreio/github-actions-magento2) from 8.4.0 to 8.5.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.4.0...v8.5.0) --- updated-dependencies: - dependency-name: graycoreio/github-actions-magento2 dependency-version: 8.5.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 4cf4ac5..92b0d25 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.4.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.5.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.4.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.5.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.4.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.5.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.4.0 + - uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 id: v with: kind: latest