Hi! Paths can be an alias name that refer to a path vector in the alias data:
{:paths [:clj-paths :resource-paths]
:aliases
{:clj-paths ["src/clj" "src/cljc"]
:resource-paths ["resources"]}}
Is there some similar support for deps (:deps, :extra-deps etc)?New release of setup-clojure github action - https://github.com/DeLaGuardo/setup-clojure/releases/tag/3.2 it comes with windows support for clojure cli
no
maybe some day
@delaguardo Is the recommendation still to reference that @master
to always get the latest?
I have stopped suggesting that because github recently introduce dependabot alerts about new releases for github actions.
Ah, good to know. I think antq
has started picking up Clojure CLI versions in GH actions too recentlyβ¦
iirc, antq
and transitively clojure-dependency-update-action
report out of date GitHub actions too