From f623598e4880d47839624c1c3e9fc2540dbad432 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Fri, 4 Oct 2024 15:42:25 +0200 Subject: [PATCH] Cache Fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc2680d072..22f25debdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,11 @@ jobs: ls -la - name: Cache project files - uses: actions/cache@v3 + uses: actions/cache/save@v4 id: cache with: path: | - . #Cache all files + . key: simona-${{ github.sha }} - name: Save Commit SHA