From f61c4c5ad1e40a03f1a55014c1182d8b8e1aca8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:14:43 +0530 Subject: [PATCH] build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 (#125) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index e216d317..c4e100d9 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -40,11 +40,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN}} - name: 'pre-commit check errors' - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 continue-on-error: true - name: 'pre-commit fix erros' - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 continue-on-error: true - name: 'push readme'