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 31c90c4 commit 24697eaCopy full SHA for 24697ea
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: JDK ${{ matrix.java }}
22
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
23
with:
24
java-version: ${{ matrix.java }}
25
distribution: 'temurin'
0 commit comments