From 9632bda1f405f8dafb52b324ac08d84d7d6680b5 Mon Sep 17 00:00:00 2001 From: kaspazza Date: Tue, 11 Jun 2024 12:28:00 +0200 Subject: [PATCH] 1.2.4-la --- .github/workflows/commit_validation.yml | 2 +- bb.edn | 2 +- deps.edn | 8 ++++---- pom.xml | 2 +- version.edn | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/commit_validation.yml b/.github/workflows/commit_validation.yml index 24339a4..4413ac0 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.3-3-la + uses: docker://hephaistox/gha-automaton-core:1.2.4-la diff --git a/bb.edn b/bb.edn index c87701b..ae3960d 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.4-3-la"}} +{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "1.4.5-la"}} :paths [] :tasks {:requires diff --git a/deps.edn b/deps.edn index 932e04e..0052ac0 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.4-3-la"}}} - :build {:extra-deps {org.clojars.hephaistox/automaton-build - #:mvn{:version "1.4.4-3-la"}}} + {:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version + "1.4.5-la"}}} + :build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version + "1.4.5-la"}}} :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 1753f26..bd0e649 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.hephaistox automaton-core - 1.2.3-3-la + 1.2.4-la automaton-core diff --git a/version.edn b/version.edn index 02241f3..a984f8b 100644 --- a/version.edn +++ b/version.edn @@ -1,2 +1,2 @@ ;; Last generated version, note a failed push consume a number -{:version "1.2.3-3-la"} \ No newline at end of file +{:version "1.2.4-la"} \ No newline at end of file