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 da903bb commit 07f7515Copy full SHA for 07f7515
1 file changed
.github/workflows/ci.yml
@@ -4,12 +4,12 @@ jobs:
4
build:
5
runs-on: macOS-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- name: Set up JDK 8
9
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
10
with:
11
java-version: '8'
12
- distribution: 'temurin'
+ distribution: 'liberica'
13
cache: 'maven'
14
- name: Build with Maven
15
run: mvn -V -B package
0 commit comments