Skip to content

Commit 75a2cf5

Browse files
committed
ci: cleanup actions
1 parent 25d5932 commit 75a2cf5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/install.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ jobs:
2929
steps:
3030
- uses: graycoreio/github-actions-magento2/supported-version@main
3131
id: supported-version
32-
- run: echo ${{ steps.supported-version.outputs.matrix }}
3332

3433
install-test:
3534
needs: compute_matrix
3635
strategy:
3736
matrix: ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
3837
runs-on: ubuntu-latest
3938
steps:
40-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4140
- uses: graycoreio/github-actions-magento2/installation-test@main
4241
with:
4342
composer_version: ${{ matrix.composer }}

.github/workflows/integration.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
outputs:
2424
matrix: ${{ steps.supported-version.outputs.matrix }}
2525
steps:
26-
- uses: actions/checkout@v2
2726
- uses: graycoreio/github-actions-magento2/supported-version@main
2827
id: supported-version
29-
- run: echo ${{ steps.supported-version.outputs.matrix }}
3028
integration-workflow:
3129
needs: compute_matrix
3230
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main

0 commit comments

Comments
 (0)