Fixed build errors

This commit is contained in:
Intelli 2025-03-04 10:24:19 -07:00
parent 170b520b58
commit ecebbd11db
2 changed files with 11 additions and 1 deletions

View file

@ -19,7 +19,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}