From 27f16c40338ddf37827ea573edc2538acd3e88c3 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 25 Jan 2024 18:25:51 +0300 Subject: [PATCH] Update docs action cache version. --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 29856901..973cf635 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ "uses": "actions/cache@v3", "with": { "path": "qlfile\nqlfile.lock\n~/.cache/common-lisp/\n~/.roswell\n/usr/local/etc/roswell\n/usr/local/bin/ros\n/usr/local/Cellar/roswell\n.qlot", - "key": "a-${{ steps.current-month.outputs.value }}-${{ env.cache-name }}-ubuntu-latest-quicklisp-sbcl-bin-${{ hashFiles('qlfile.lock', '*.asd') }}" + "key": "a-${{ steps.current-month.outputs.value }}-2-${{ env.cache-name }}-ubuntu-latest-quicklisp-sbcl-bin-${{ hashFiles('qlfile.lock', '*.asd') }}" } }, { @@ -66,4 +66,4 @@ ] } } -} \ No newline at end of file +}