更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m43s

This commit is contained in:
bichangxiong 2025-06-23 22:30:56 +08:00
parent 7d7d90540c
commit 2ae3b3a9af

View File

@ -11,7 +11,7 @@ jobs:
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
# uses: actions/checkout@v3
- name: Set up JDK 19
uses: java-setup@v3
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'