diff --git a/.github/workflows/rebuild-115.yaml b/.github/workflows/rebuild-115.yaml index a2a64a728..a870b6ded 100644 --- a/.github/workflows/rebuild-115.yaml +++ b/.github/workflows/rebuild-115.yaml @@ -6,7 +6,7 @@ on: jobs: rebuild: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Rebuild 1.15 timeout-minutes: 20 diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index cecd6dfe1..971601441 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -7,7 +7,7 @@ on: jobs: rebuild: name: Rebuild - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 20 strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a7d8a09e..14599c13f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: detect-private-key - id: check-merge-conflict diff --git a/ci/requirements.txt b/ci/requirements.txt index 5e4da4812..cad979b06 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -2,6 +2,6 @@ c2cciutils[checks,publish]==1.6.23 poetry-dynamic-versioning==1.4.1 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2 -pre-commit==3.8.0 +pre-commit==4.0.1 poetry-plugin-drop-python-upper-constraint==0.1.0 importlib-metadata<8.5.1