diff --git a/.github/workflows/pre_commit_update_workflow.yml b/.github/workflows/pre_commit_update_workflow.yml index ab8fdcda..1b563f74 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 69bb2e52..6ba4c516 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: # Run the linter. - id: ruff-check