Skip to content

Commit 32102ea

Browse files
committed
fixed missed version
1 parent f617546 commit 32102ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
origin pull/${{ github.event.inputs.pr }}/merge:merged-pr && git checkout merged-pr
4949
if: github.event.inputs.pr != ''
5050
- name: Install JDK 8 and Maven
51-
uses: actions/setup-java@v3
51+
uses: actions/setup-java@v4
5252
with:
5353
distribution: "temurin"
5454
java-version: 8

0 commit comments

Comments
 (0)