Skip to content

Commit

Permalink
1.2.4-la
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Jun 11, 2024
1 parent 6d7fdc5 commit 9632bda
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>org.clojars.hephaistox</groupId>
<artifactId>automaton-core</artifactId>
<version>1.2.3-3-la</version>
<version>1.2.4-la</version>
<name>automaton-core</name>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
;; Last generated version, note a failed push consume a number
{:version "1.2.3-3-la"}
{:version "1.2.4-la"}

0 comments on commit 9632bda

Please sign in to comment.