We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0b34 commit bbedc66Copy full SHA for bbedc66
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v6
17
- name: Checkout submodules # This is required, don't use submodules flag for actions/checkout instead.
18
run: git submodule update --init --recursive --force
19
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
20
with:
21
distribution: "temurin"
22
java-version: 21
.github/workflows/release.yml
0 commit comments