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 966818a commit 52f389dCopy full SHA for 52f389d
.github/workflows/build-ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: "Set up JDK ${{ matrix.java_version }}"
16
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
17
with:
18
distribution: 'adopt'
19
java-version: ${{ matrix.java_version }}
.github/workflows/build-windows.yml
0 commit comments