From a5a30b4d67802ec618355dd18e94ca760d939719 Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Fri, 1 May 2026 19:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(zendev):=20bump=20to=20v0.?= =?UTF-8?q?0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-pr-checks.yml | 2 +- prek.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr-checks.yml b/.github/workflows/ci-pr-checks.yml index a422a17..045c199 100644 --- a/.github/workflows/ci-pr-checks.yml +++ b/.github/workflows/ci-pr-checks.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Check PR title - uses: zrr1999/zendev-actions/validate-title@9013ad848b32d287d0258fdbc9f51e350b8eca33 + uses: zrr1999/zendev/actions/validate-title@v0.0.5 with: text: ${{ github.event.pull_request.title }} diff --git a/prek.toml b/prek.toml index 5df0170..ea938c6 100644 --- a/prek.toml +++ b/prek.toml @@ -48,7 +48,7 @@ hooks = [ [[repos]] repo = "https://github.com/zrr1999/zendev" -rev = "e2a5243899467d0df1cb1ab0ddcb18f3ef33d97b" +rev = "v0.0.5" hooks = [ { id = "zendev-commit-msg" }, ]