updated gh actions to j21

This commit is contained in:
Jonathan Shook
2023-09-28 10:48:09 -05:00
parent 39cf7c3c14
commit df39d7df90
4 changed files with 8 additions and 8 deletions

View File

@@ -23,10 +23,10 @@ jobs:
name: setup java
with:
node-version: '16'
java-version: '17'
java-version: '21'
java-package: jdk
architecture: x64
distribution: 'temurin'
distribution: 'oracle'
- name: Cache Maven packages
uses: actions/cache@v1