added back caches

This commit is contained in:
2005 2024-06-12 08:47:48 +02:00
parent ab1f32f32e
commit 5bafedf39e

View file

@ -15,6 +15,7 @@ jobs:
uses: https://github.com/actions/cache/restore@v4
with:
key: linux-maven
path: ~/.m2/repository
- uses: https://github.com/actions/checkout@v4
with: