diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e47bc6b0..a2467232 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - repo: https://github.com/seisollc/goat - rev: c5c0eec4c6de4aafa4bdefbe4df21c3ef7156a17 + rev: 2b45fdadfc77f0e4e62510b433bd3cc7e73423bf hooks: - id: seiso-lint diff --git a/VERSION b/VERSION index a129b74c..b2cbd2eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.08.04 +2023.08.05 diff --git a/action.yml b/action.yml index 7bc5fd8b..218fd333 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: default: "true" runs: using: "docker" - image: "docker://docker.io/seiso/goat:2023.08.04" + image: "docker://docker.io/seiso/goat:2023.08.05" diff --git a/goat b/goat index c5c0eec4..2b45fdad 160000 --- a/goat +++ b/goat @@ -1 +1 @@ -Subproject commit c5c0eec4c6de4aafa4bdefbe4df21c3ef7156a17 +Subproject commit 2b45fdadfc77f0e4e62510b433bd3cc7e73423bf diff --git a/setup.cfg b/setup.cfg index 4dda46c6..b8a16c1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.08.04 +current_version = 2023.08.05 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True