Skip to content

Commit 9e147f2

Browse files
committed
temurin doesn't have a jdk 21 build
1 parent 2aa7a33 commit 9e147f2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dash-license.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v2
1414
- name: Set up JDK
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v1
1616
with:
17-
distribution: 'temurin'
1817
java-version: '21'
1918
- name: Cache local Maven repository
2019
uses: actions/cache@v3

0 commit comments

Comments
 (0)