diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 291d4a9..63a7237 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: shell: bash - name: Cache Maven Repository id: cache-maven - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository # refresh cache every month to avoid unlimited growth