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 dfdcd1f commit b38ebe3Copy full SHA for b38ebe3
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
sudo udevadm trigger --name-match=kvm
25
26
- uses: actions/checkout@v5
27
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
28
with:
29
distribution: 'zulu'
30
java-version-file: .github/workflows/.java-version
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
17
18
19
20
0 commit comments