Skip to content

Commit 1f74a09

Browse files
committed
wonder if the cache is giving me issues
Signed-off-by: Shawn Hurley <[email protected]>
1 parent 369dd44 commit 1f74a09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Set up JDK 21
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
java-version: '21'
2020
distribution: 'temurin'
21-
cache: maven
2221

2322
- name: Run unit tests
2423
run: mvn clean integration-test

0 commit comments

Comments
 (0)