From cc6f41ca1f169c7f572eacb26e424d8af16bdaba Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Tue, 4 Feb 2025 22:31:34 +0100 Subject: [PATCH] gh-action: bump leiningen --- .github/workflows/clojure.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index e29b8e7..ac88f17 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -9,4 +9,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run tests - run: lein with-profile test do cljfmt check, test + uses: oxr463/setup-leiningen@0.0.1 + with: + exec: lein with-profile test do cljfmt check, test