File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v3
8+ uses : actions/checkout@v5
99
1010 - name : Prepare java
11- uses : actions/setup-java@v3
11+ uses : actions/setup-java@v5
1212 with :
1313 distribution : ' zulu'
1414 java-version : ' 11'
1515
1616 - name : Install clojure tools
17- uses : DeLaGuardo/setup-clojure@10.1
17+ uses : DeLaGuardo/setup-clojure@13.4
1818 with :
19- lein : 2.9.10
19+ lein : 2.12.0
2020
2121 - name : Cache clojure dependencies
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/.m2/repository
2525 key : cljdeps-${{ hashFiles('project.clj') }}
Original file line number Diff line number Diff line change 1- {:deps {org.clojure/clojure {:mvn/version " 1.12.0 " }
2- org.duct-framework/database.sql.hikaricp {:mvn/version " 0.7.0 " }
3- org.duct-framework/migrator.ragtime {:mvn/version " 0.5.2 " }
1+ {:deps {org.clojure/clojure {:mvn/version " 1.12.2 " }
2+ org.duct-framework/database.sql.hikaricp {:mvn/version " 0.7.1 " }
3+ org.duct-framework/migrator.ragtime {:mvn/version " 0.5.3 " }
44 org.duct-framework/repl.refers {:mvn/version " 0.1.0" }
5- integrant/integrant {:mvn/version " 0.13.1 " }
6- com.github.seancorfield/next.jdbc {:mvn/version " 1.3.967 " }}}
5+ integrant/integrant {:mvn/version " 1.0.0 " }
6+ com.github.seancorfield/next.jdbc {:mvn/version " 1.3.1070 " }}}
Original file line number Diff line number Diff line change 33 :url " https://github.com/duct-framework/module.sql"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
6- :dependencies [[org.clojure/clojure " 1.12.0 " ]
7- [org.duct-framework/database.sql.hikaricp " 0.7.0 " ]
8- [org.duct-framework/migrator.ragtime " 0.5.2 " ]
6+ :dependencies [[org.clojure/clojure " 1.12.2 " ]
7+ [org.duct-framework/database.sql.hikaricp " 0.7.1 " ]
8+ [org.duct-framework/migrator.ragtime " 0.5.3 " ]
99 [org.duct-framework/repl.refers " 0.1.0" ]
10- [integrant " 0.13.1 " ]
11- [com.github.seancorfield/next.jdbc " 1.3.967 " ]]
10+ [integrant " 1.0.0 " ]
11+ [com.github.seancorfield/next.jdbc " 1.3.1070 " ]]
1212 :profiles
13- {:dev {:dependencies [[org.xerial/sqlite-jdbc " 3.47.1 .0" ]
14- [integrant/repl " 0.4 .0" ]]}})
13+ {:dev {:dependencies [[org.xerial/sqlite-jdbc " 3.50.3 .0" ]
14+ [integrant/repl " 0.5 .0" ]]}})
You can’t perform that action at this time.
0 commit comments