Skip to content

Commit 02269ce

Browse files
build(deps): bump graycoreio/github-actions-magento2 from 8.5.0 to 8.6.0 (#34)
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](graycoreio/github-actions-magento2@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57f1b6e commit 02269ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
outputs:
1919
matrix: ${{ steps.v.outputs.matrix }}
2020
steps:
21-
- uses: graycoreio/github-actions-magento2/supported-version@v8.5.0
21+
- uses: graycoreio/github-actions-magento2/supported-version@v8.6.0
2222
id: v
2323

2424
supported-version-mage-os:
2525
runs-on: ubuntu-latest
2626
outputs:
2727
matrix: ${{ steps.v.outputs.matrix }}
2828
steps:
29-
- uses: graycoreio/github-actions-magento2/supported-version@v8.5.0
29+
- uses: graycoreio/github-actions-magento2/supported-version@v8.6.0
3030
id: v
3131
with:
3232
project: mage-os
@@ -36,7 +36,7 @@ jobs:
3636
outputs:
3737
matrix: ${{ steps.v.outputs.matrix }}
3838
steps:
39-
- uses: graycoreio/github-actions-magento2/supported-version@v8.5.0
39+
- uses: graycoreio/github-actions-magento2/supported-version@v8.6.0
4040
id: v
4141
with:
4242
project: mage-os-minimal
@@ -46,7 +46,7 @@ jobs:
4646
outputs:
4747
matrix: ${{ steps.v.outputs.matrix }}
4848
steps:
49-
- uses: graycoreio/github-actions-magento2/supported-version@v8.5.0
49+
- uses: graycoreio/github-actions-magento2/supported-version@v8.6.0
5050
id: v
5151
with:
5252
kind: latest

0 commit comments

Comments
 (0)