From 8611b18aec3f7c1be3d4e5817bc35e742b08d564 Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Fri, 7 Oct 2022 16:45:00 +0300 Subject: [PATCH] Checkout is not required for calculating supported versions (#63) --- supported-version/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/supported-version/README.md b/supported-version/README.md index 0564f8e..afdf169 100644 --- a/supported-version/README.md +++ b/supported-version/README.md @@ -35,7 +35,6 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v2 - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version - run: echo ${{ steps.supported-version.outputs.matrix }}