From 9ed0507030548967420de52445a0c44d09831253 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 6 Mar 2025 17:12:58 +0100 Subject: [PATCH] fix cache --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 315363f0..72645d08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: submodules: 'true' - name: Cache deps - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-deps with: path: ~/.m2/repository @@ -117,7 +117,7 @@ jobs: submodules: 'true' - name: Cache deps - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-deps with: path: ~/.m2/repository