diff --git a/.github/workflows/pre_commit_update_workflow.yml b/.github/workflows/pre_commit_update_workflow.yml index eba29f583..4acdc7f6a 100644 --- a/.github/workflows/pre_commit_update_workflow.yml +++ b/.github/workflows/pre_commit_update_workflow.yml @@ -8,7 +8,7 @@ on: # 3. Entry: Day of the month when the process will be started [1-28/29/30/31] # 4. Entry: Month of the year when the process will be started [1-12] # 5. Entry: Weekday when the process will be started [0-6] [0 is Sunday] - - cron: '0 8 * * 3' + - cron: '0 8 1 * *' # Allow manual triggering of the workflow workflow_dispatch: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 264e840a9..464bc213b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: require_serial: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.10 hooks: # Sort the imports - id: ruff-check