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 c766ec7 commit 8c92401Copy full SHA for 8c92401
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout GitHub repo
24
uses: actions/checkout@v5
25
- name: Set up Java ${{ matrix.java }}
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
with:
28
distribution: 'temurin'
29
java-version: ${{ matrix.java }}
0 commit comments