From 5b13a380519231056e7f4cb05549f28f11aea4d0 Mon Sep 17 00:00:00 2001 From: StarWishsama Date: Sun, 15 Sep 2024 17:50:28 +0800 Subject: [PATCH] chore(ci): fix mismatched version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b83894794..8b43e97c94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: check-yaml - repo: https://github.com/ejba/pre-commit-maven - rev: v0.3.3 + rev: v0.3.4 hooks: - id: maven-spotless-apply ci: