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