We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddacb01 commit 291ef7dCopy full SHA for 291ef7d
.github/workflows/build.yml
@@ -21,9 +21,10 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: coursier/cache-action@v6
23
- name: Set up JDK 1.8
24
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
25
with:
26
java-version: 1.8
27
+ distribution: 'temurin'
28
- name: Run tests
29
env:
30
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
@@ -39,9 +40,10 @@ jobs:
39
40
41
42
43
44
45
46
47
- name: Publish library
48
49
0 commit comments