From f90cddc4a49170b82950d95c6431c0ae76f91e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Apr 2021 09:52:41 +0200 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from v3.0.6 to v3.0.7 (#84) --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 3fa8c1f..93dc4dd 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -17,6 +17,6 @@ jobs: - uses: 'actions/checkout@v2' with: fetch-depth: 0 - - uses: 'wagoid/commitlint-github-action@v3.0.6' + - uses: 'wagoid/commitlint-github-action@v3.0.7' with: configFile: '.commitlintrc.json'