From 269b6131e6785073ff5a7f5e8dbcc6fdeff4e14c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 25 Feb 2021 20:09:06 +0300 Subject: [PATCH] Fixed setup-lisp version in the doc. --- docs.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.lisp b/docs.lisp index 5fbb14c..b0ff3ce 100644 --- a/docs.lisp +++ b/docs.lisp @@ -194,7 +194,7 @@ To make caching work, add such sections into your workflow file: echo $HOME/.roswell/bin >> $GITHUB_PATH echo .qlot/bin >> $GITHUB_PATH if: steps.cache.outputs.cache-hit == 'true' -- uses: 40ants/setup-lisp@test-cache +- uses: 40ants/setup-lisp@v1 if: steps.cache.outputs.cache-hit != 'true' ```