From 2d2d4e2be598ab03ff210849ae9ba3bf0f6d970a Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 11 Jun 2024 15:14:51 +0200 Subject: [PATCH] ci: downgrade commitlint to v5 --- .github/workflows/lint-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml index 2be4a3d6..43bfc63e 100644 --- a/.github/workflows/lint-commits.yml +++ b/.github/workflows/lint-commits.yml @@ -15,6 +15,6 @@ jobs: - run: yarn install --frozen-lockfile - id: commitlint run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)") - - uses: wagoid/commitlint-github-action@v6 + - uses: wagoid/commitlint-github-action@v5 with: configFile: ${{ steps.commitlint.outputs.config_path }}