Skip to content

Commit

Permalink
Use JDK 17 in Link validator
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Sep 23, 2024
1 parent f85e9f9 commit b66da52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
# v6.4.5
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d

- name: Set up JDK 11
- name: Set up JDK 17
# https://github.com/coursier/setup-action/releases
# v1.3.5
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
with:
jvm: temurin:1.11.0
jvm: temurin:1.17.0.5
apps: cs

- name: sbt site
Expand Down

0 comments on commit b66da52

Please sign in to comment.