From 26cf72163aec6cdf9c3e193fae288f63a34bacd1 Mon Sep 17 00:00:00 2001 From: LVL1024 <70866179+LVL1024@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:21:48 -0400 Subject: [PATCH 1/2] fix: change auto-deploy cron schedule to avoid GitHub Actions peak load --- .github/workflows/auto-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy.yaml b/.github/workflows/auto-deploy.yaml index 7a194292..81daabbc 100644 --- a/.github/workflows/auto-deploy.yaml +++ b/.github/workflows/auto-deploy.yaml @@ -2,7 +2,7 @@ name: Auto Deploy on: schedule: - - cron: '0 * * * *' + - cron: '23 * * * *' workflow_dispatch: inputs: From 756faf3bf0d92277e08f7e9638eae4f168ce697b Mon Sep 17 00:00:00 2001 From: Deadbot0 Date: Fri, 12 Jun 2026 15:27:46 +0000 Subject: [PATCH 2/2] [skip ci] chore: bumped version to 1.13.1 --- pyproject.toml | 2 +- src/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d59ef54b..89bf7064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Deadbot" -version = "1.13.0" +version = "1.13.1" description = "Bot that lives to serve deadlock.wiki" readme = "README.md" authors=[] diff --git a/src/_version.py b/src/_version.py index 84c54b74..82b6a36f 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1 +1 @@ -__version__ = '1.13.0' +__version__ = '1.13.1'