Skip to content

Commit 216bc4f

Browse files
authored
build: update setup-clojure GH action
Update the GH action to use the latest version of setup-clojure.
1 parent 91fe474 commit 216bc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
with:
2424
java-version: 15
2525
- name: Setup Clojure
26-
uses: DeLaGuardo/setup-clojure@2.0
26+
uses: DeLaGuardo/setup-clojure@3.1
2727
with:
28-
tools-deps: latest
28+
cli: '1.10.1.561'
2929
- name: Cache dependencies
3030
uses: actions/cache@v2
3131
env:

0 commit comments

Comments
 (0)