Skip to content

Commit

Permalink
(maint) update setup clojure version
Browse files Browse the repository at this point in the history
This updates the setup clojure version to 12.5 to allow it to run correctly in the mend scan.
  • Loading branch information
jonathannewman authored May 9, 2024
1 parent 7651f0c commit 41261f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17
# install clojure tools
- name: Install Clojure tools
uses: DeLaGuardo/setup-clojure@10.1
uses: DeLaGuardo/setup-clojure@12.5
with:
# Install just one or all simultaneously
# The value must indicate a particular version of the tool, or use 'latest'
Expand Down

0 comments on commit 41261f2

Please sign in to comment.