We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a2c3c commit bb9d565Copy full SHA for bb9d565
1 file changed
.github/workflows/build-and-release.yml
@@ -24,7 +24,7 @@ jobs:
24
token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Set up JDK
27
- uses: actions/setup-java@v6
+ uses: actions/setup-java@v5
28
with:
29
java-version: "25"
30
distribution: "temurin"
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/checkout@v6
70
71
72
73
74
75
0 commit comments