diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index d77d3a0c..dd911f3e 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,7 +1,7 @@ name: TagBot on: schedule: - - cron: 0 * * * * + - cron: 0 0 * * * jobs: TagBot: runs-on: ubuntu-latest diff --git a/Project.toml b/Project.toml index 80de2be4..5a1aa846 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "IJulia" uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a" -version = "1.21.1" +version = "1.21.2" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"