Skip to content

Commit

Permalink
bump clj in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Nov 25, 2024
1 parent 504139c commit 0f81ed1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser_esm_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Clojure build tools
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.12.0.1479
cli: 1.12.0.1488

- name: Setup cache for Clojure dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Clojure build tools
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.12.0.1479
cli: 1.12.0.1488

- name: Setup cache for Clojure dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jvm_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Clojure build tools
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.12.0.1479
cli: 1.12.0.1488
bb: 1.12.195

- name: Setup cache for Clojure dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Clojure build tools
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.12.0.1479
cli: 1.12.0.1488

- name: Setup cache for Clojure dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/py_node_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Clojure build tools
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.12.0.1479
cli: 1.12.0.1488

- name: Setup cache for Clojure dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
:exec-fn cognitect.test-runner.api/test}

:build ;; added by neil
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.5" :git/sha "2a21b7a"}
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.6" :git/sha "52cf7d6"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}}}

0 comments on commit 0f81ed1

Please sign in to comment.