diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 7e1855c682..987b90c412 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -39,7 +39,7 @@ jobs: shell: bash - name: Cache Maven Repository id: cache-maven - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository # Caching is an automated pre/post action that installs the cache if the key exists and exports the cache