From c78080e6e35fc6631ad556e33391d14fe3e32514 Mon Sep 17 00:00:00 2001 From: Yohe-Am <56622350+Yohe-Am@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:08:43 +0000 Subject: [PATCH] fix(action): pre-commit version --- .github/workflows/tests.yml | 1 + .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 019d7a14..17250ef4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,7 @@ jobs: test-e2e: runs-on: "${{ matrix.os }}" + # runs-on: ubuntu-latest strategy: matrix: include: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0eb641d4..eb676bab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: check-dependabot - id: check-github-workflows - repo: https://github.com/commitizen-tools/commitizen - rev: 3.10.0 + rev: v3.13.0 hooks: - id: commitizen stages: