diff --git a/.github/workflows/commit_validation.yml b/.github/workflows/commit_validation.yml index 3bf6522..0d679b6 100644 --- a/.github/workflows/commit_validation.yml +++ b/.github/workflows/commit_validation.yml @@ -12,4 +12,4 @@ jobs: # this is to fix GIT not liking owner of the checkout dir, See https://github.com/actions/runner/issues/2033 chown -R $(id -u):$(id -g) $PWD - name: Base image - uses: docker://hephaistox/gha-automaton-core:1.2.4 + uses: docker://hephaistox/gha-automaton-core:1.2.5 diff --git a/bb.edn b/bb.edn index d7618eb..fcb29e7 100644 --- a/bb.edn +++ b/bb.edn @@ -1,5 +1,5 @@ ;; The file is updated automatically -{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "1.4.5"}} +{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "1.4.6"}} :paths [] :tasks {:requires diff --git a/deps.edn b/deps.edn index bd5837b..6a5bab0 100644 --- a/deps.edn +++ b/deps.edn @@ -1,8 +1,8 @@ {:aliases {:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version - "1.4.5"}}} + "1.4.6"}}} :build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version - "1.4.5"}}} + "1.4.6"}}} :cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"} com.yetanalytics/colossal-squuid {:mvn/version "0.1.5"} diff --git a/pom.xml b/pom.xml index 8cb5947..a095c14 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.hephaistox automaton-core - 1.2.4 + 1.2.5 automaton-core diff --git a/version.edn b/version.edn index a7ceef3..74fc846 100644 --- a/version.edn +++ b/version.edn @@ -1,2 +1,2 @@ ;; Last generated version, note a failed push consume a number -{:version "1.2.4"} \ No newline at end of file +{:version "1.2.5"} \ No newline at end of file