Skip to content

Commit 2688837

Browse files
committed
Bump actions
1 parent 3d20c79 commit 2688837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Java
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: '17'
14+
java-version: '21'
1515
distribution: 'adopt'
1616
- name: Publish package
1717
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: '17'
14+
java-version: '21'
1515
distribution: 'adopt'
1616
- name: Test with Maven
1717
env:

0 commit comments

Comments
 (0)