Skip to content

Commit

Permalink
Use latest setup-clojure action
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Dec 25, 2023
1 parent 1b4157f commit a3fe00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bb run lint
name: lint
on: [push, pull_request]
jobs:
Testing:
Expand All @@ -7,7 +7,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@9.4
uses: DeLaGuardo/setup-clojure@12.1
with:
bb: latest
clj-kondo: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@9.4
uses: DeLaGuardo/setup-clojure@12.1
with:
bb: latest
cli: latest
Expand Down

0 comments on commit a3fe00e

Please sign in to comment.