From 9d033f703731f64afe8edda5089e63d1b527d447 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:21:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/update_precommit_hooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_precommit_hooks.yml b/.github/workflows/update_precommit_hooks.yml index 1d2bdb8..b215afa 100644 --- a/.github/workflows/update_precommit_hooks.yml +++ b/.github/workflows/update_precommit_hooks.yml @@ -18,8 +18,8 @@ on: # │ │ │ │ │ # * * * * * schedule: - - cron: '0 0 * * 1' - timezone: 'Etc/UTC' + - cron: 0 0 * * 1 + timezone: Etc/UTC # Allows you to run this workflow manually from the Actions tab workflow_dispatch: