Skip to content

Commit d2cb394

Browse files
committed
ci: upgrade to graycoreio/github-actions-magento2/supported-version@5.1.0
1 parent 2a9f42c commit d2cb394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
outputs:
1313
matrix: ${{ steps.supported-version.outputs.matrix }}
1414
steps:
15-
- uses: graycoreio/github-actions-magento2/supported-version@v5.0.0
15+
- uses: graycoreio/github-actions-magento2/supported-version@v5.1.0
1616
id: supported-version
1717

1818
supported-version-latest:
1919
runs-on: ubuntu-latest
2020
outputs:
2121
matrix: ${{ steps.supported-version.outputs.matrix }}
2222
steps:
23-
- uses: graycoreio/github-actions-magento2/supported-version@v5.0.0
23+
- uses: graycoreio/github-actions-magento2/supported-version@v5.1.0
2424
id: supported-version
2525
with:
2626
kind: latest

0 commit comments

Comments
 (0)