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 c42bb4c commit 0b8efaeCopy full SHA for 0b8efae
.github/workflows/build-ubuntu.yml
@@ -11,7 +11,7 @@ jobs:
11
java_version: [ 11, 17 ]
12
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- name: "Set up JDK ${{ matrix.java_version }}"
16
uses: actions/setup-java@v5
17
with:
.github/workflows/build-windows.yml
java_version: [ 11 ]
0 commit comments