From cd13f4a78c55e0fe0950754c4bb09372459967d5 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Thu, 3 Apr 2025 09:22:03 +0800 Subject: [PATCH] init-cicd-build-maven --- .gitea/workflows/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 01d0d49..c919657 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -29,7 +29,7 @@ jobs: architecture: x64 cache: "maven" - run: java -version - - uses: https://git.pintantan.com/actions/setup-maven@v5.1 + - uses: https://git.pintantan.com/actions/setup-maven@v5.2 name: 准备Maven with: maven-version: '3.9.7'