We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b26676 commit 6d29fdcCopy full SHA for 6d29fdc
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: 🔧 Install clojure
26
uses: DeLaGuardo/setup-clojure@master
27
with:
28
- cli: '1.12.0.1530'
+ cli: latest
29
30
- name: 🗝 maven cache
31
uses: actions/cache@v4
@@ -85,12 +85,8 @@ jobs:
85
86
87
88
- cli: '1.10.3.943'
89
-
90
- - name: 🔧 Setup Babashka
91
- uses: turtlequeue/setup-babashka@v1.3.0
92
- with:
93
- babashka-version: 0.7.8
+ bb: latest
94
95
- name: 🔧 Install Pandoc
96
run: |
@@ -175,11 +171,6 @@ jobs:
175
171
- name: 🏷 Get tags
176
172
run: git fetch --tags origin
177
173
178
179
180
181
- babashka-version: 0.8.156
182
183
174
184
185
0 commit comments