diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 968a6cdf5d..0efe1c6a5e 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@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository # Caching is an automated pre/post action that installs the cache if the key exists and exports the cache