From 8967355ee06d14065e57a9e0245072c7dc59294a Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 17 Dec 2024 11:22:37 +0100 Subject: [PATCH] Update to actions/cache@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7c48a11..3437809c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: with: submodules: true - name: 'Cache' - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2