From 7ba0e4fcfce4a6eb75ae5e3875e6bdbfdcfcd295 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Mon, 8 Jul 2024 17:12:07 +0000 Subject: [PATCH] Use setup-lisp@v4 instead of qlot-no-deps-mode. --- .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 55789f9..c0fa1dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ }, { "name": "Setup Common Lisp Environment", - "uses": "40ants/setup-lisp@qlot-no-deps-mode", + "uses": "40ants/setup-lisp@v4", "with": { "asdf-system": "40ants-project-templates", "cache": "true"