From e9a36e532ce0f17a0ae561085edfdac88d09532a Mon Sep 17 00:00:00 2001 From: kaspazza Date: Thu, 4 Apr 2024 09:32:06 +0200 Subject: [PATCH] 1.1.2 --- .github/workflows/commit_validation.yml | 2 +- bb.edn | 2 +- deps.edn | 4 ++-- pom.xml | 2 +- version.edn | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/commit_validation.yml b/.github/workflows/commit_validation.yml index 8fcdd2bb..9d04207c 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.1.1 + uses: docker://hephaistox/gha-automaton-core:1.1.2 diff --git a/bb.edn b/bb.edn index 40e45799..be529f16 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.3.0"}} +{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "1.3.1"}} :paths [] :tasks {:requires diff --git a/deps.edn b/deps.edn index 01c1ee0a..6f120bb1 100644 --- a/deps.edn +++ b/deps.edn @@ -1,8 +1,8 @@ {:aliases {:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build - #:mvn{:version "1.3.0"}}} + #:mvn{:version "1.3.1"}}} :build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version - "1.3.0"}}} + "1.3.1"}}} :cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"} thheller/shadow-cljs #:mvn{:version "2.28.2"}} :extra-paths ["src/cljs/" diff --git a/pom.xml b/pom.xml index 3eae7dac..21ca8a6e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.hephaistox automaton-core - 1.1.1 + 1.1.2 automaton-core diff --git a/version.edn b/version.edn index 7b4cbd22..fd92def2 100644 --- a/version.edn +++ b/version.edn @@ -1,2 +1,2 @@ ;; Last generated version, note a failed push consume a number -{:version "1.1.1"} \ No newline at end of file +{:version "1.1.2"} \ No newline at end of file