From 727d9ec26b4de15e3c6ceb4fac9a6eab05af8041 Mon Sep 17 00:00:00 2001 From: Benjamin Moosherr Date: Sun, 21 Jan 2024 12:38:59 +0100 Subject: [PATCH] Upgrade the CI cache This reduces CI runtime because the cache didn't work correctly before. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f53f16619..d328e5c33 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Nix with cached packages - uses: rikhuijzer/cache-install@v1.1.1 + uses: rikhuijzer/cache-install@v.1.1.3 with: key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**') }} nix_file: nix/github-workflow-dependencies.nix