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 dee4ca2 commit 0d282feCopy full SHA for 0d282fe
.github/workflows/build-nightly.yml
@@ -18,7 +18,7 @@ jobs:
18
ref: development # Force checkout of the dev branch
19
20
- name: Setup Java
21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
22
with:
23
java-version: '17'
24
distribution: 'temurin'
.github/workflows/pull_requests.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v5
25
26
27
28
29
0 commit comments