From 4e45c0176c40fae8034e2dba47b6422f8a43780a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 21 Feb 2023 13:21:13 +0100 Subject: [PATCH] Update commitlint-github-action to latest version (#19452) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d05b501b9..43a5c4be1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 - name: Lint Commit Messages - uses: wagoid/commitlint-github-action@v3 + uses: wagoid/commitlint-github-action@v5 with: configFile: .commitlint.json check-code-formatting: