File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Setup Java
2121 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 2727 {:extra-deps {org.clojure/tools.cli {:mvn/version " 1.2.245" :optional true }
2828 babashka/fs {:mvn/version " 0.5.27" :optional true }
2929 babashka/process {:mvn/version " 0.6.23" :optional true }
30- selmer/selmer {:mvn/version " 1.12.65 " :optional true }
31- org.babashka/cli {:mvn/version " 0.8.66 " :optional true }}}
30+ selmer/selmer {:mvn/version " 1.12.69 " :optional true }
31+ org.babashka/cli {:mvn/version " 0.8.67 " :optional true }}}
3232
3333 :1.11
3434 {:override-deps {org.clojure/clojure ^:antq/exclude {:mvn/version " 1.11.4" }}}
Original file line number Diff line number Diff line change 2020 :cache-dir nil }]
2121 (f ))))
2222
23+ #_{:clj-kondo/ignore [:unused-private-var ]}
2324(defn- capture
2425 " Used when output changes to capture new output (the embedded ANSI sequences are hard to work with."
2526 ([file result]
You can’t perform that action at this time.
0 commit comments