diff --git a/.github/workflows/ci-build-and-test.yml b/.github/workflows/ci-build-and-test.yml index c746a83..594ac1b 100644 --- a/.github/workflows/ci-build-and-test.yml +++ b/.github/workflows/ci-build-and-test.yml @@ -51,7 +51,7 @@ jobs: - name: Activate Cache for Maven Downloads if: matrix.language == 'java' - uses: actions/cache@v5 + uses: actions/cache@v6 env: # change the cache-name if we want to rebuild the cache # can be reset via github action page