Skip to content

Commit 5f7520d

Browse files
committed
fix(actions): update to jdk 21
1 parent 757e63a commit 5f7520d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Set up JDK 17
10+
- name: Set up JDK 21
1111
uses: actions/setup-java@v2
1212
with:
13-
java-version: '17'
13+
java-version: '21'
1414
distribution: 'adopt'
1515
- uses: actions/cache@v2
1616
with:

0 commit comments

Comments
 (0)