We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26731ae commit 16cae4dCopy full SHA for 16cae4d
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
# 建立 java 环境
20
- name: Setup Java JDK
21
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
22
with:
23
distribution: 'zulu'
24
java-version: '11'
.github/workflows/release.yml
0 commit comments