From 244711e713565db05026edd00cd161ec0fbb070d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:56:03 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v5.4.5 --- .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 d296957..7d0b78e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5.4.4 + - uses: wagoid/commitlint-github-action@v5.4.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}