From b3274cf93dfb8ae85e4a636a1ffbfa7c48f1c8f6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Feb 2021 19:32:12 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v3 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4b918df52..4c11810da 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v2 + - uses: wagoid/commitlint-github-action@v3 mypy: runs-on: ubuntu-latest