From 3cf3fd947f31f1f90671a846ef109e45bc62c80f Mon Sep 17 00:00:00 2001 From: TangHuan Date: Thu, 3 Apr 2025 09:24:43 +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 c919657..47d4fe0 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.2 + - uses: https://git.pintantan.com/actions/setup-maven@v5.3 name: 准备Maven with: maven-version: '3.9.7'