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.
2 parents 5511f28 + 5cac361 commit e3838d5Copy full SHA for e3838d5
.github/workflows/ci.yaml
@@ -24,9 +24,9 @@ jobs:
24
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
25
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- name: Set up JDK
29
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
30
with:
31
java-version: ${{ matrix.java }}
32
distribution: 'zulu'
.github/workflows/native-libraries-macOS.yaml
@@ -17,9 +17,9 @@ jobs:
17
name: Build native libraries for mac OS / darwin
18
19
20
21
22
23
0 commit comments