diff --git a/action.yml b/action.yml index e4fa900..206350a 100644 --- a/action.yml +++ b/action.yml @@ -119,7 +119,7 @@ inputs: default: custom runs: using: docker - image: docker://ghcr.io/juliaregistries/tagbot:1.24.6@sha256:c35647e03a97e01b929473e4713315df5a09cdd94c25e514c20b26b65d887f2e + image: docker://ghcr.io/juliaregistries/tagbot:1.24.7@sha256:9839dc8452a67365e386e9f72a5b2860973dd7c7b6712489b7f09fae9b3b087e branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index c2ab500..1a35894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.24.6" +version = "1.24.7" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"