Skip to content

Commit b70cd4e

Browse files
committed
ci: caching, java v2
1 parent 6ee48b6 commit b70cd4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Setup JDK 16
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v2
1717
with:
1818
java-version: 16
19+
distribution: 'temurin'
1920
cache: 'maven'
2021
- name: Install packages
2122
run: |

0 commit comments

Comments
 (0)