From b8bbcc56614eb7952025976f2bd2e3f304f95bf4 Mon Sep 17 00:00:00 2001 From: Konstantinos Maninakis Date: Wed, 31 Jan 2024 16:07:54 +0100 Subject: [PATCH] ci(pr-linting): speculative fix for `header-trim` error Also reported here https://github.com/JulienKode/pull-request-name-linter-action/issues/236 Signed-off-by: Konstantinos Maninakis --- .github/workflows/pr-linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-linting.yaml b/.github/workflows/pr-linting.yaml index a951b734..421ee314 100644 --- a/.github/workflows/pr-linting.yaml +++ b/.github/workflows/pr-linting.yaml @@ -9,5 +9,5 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Dependencies - run: npm install @commitlint/config-conventional + run: npm install @commitlint/config-conventional@v17 - uses: JulienKode/pull-request-name-linter-action@v0.5.0