diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7d7edc5..bff4a49 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ env: jobs: main: name: Continuous integration - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 20 if: "!startsWith(github.event.head_commit.message, '[skip ci] ')" diff --git a/.github/workflows/pull-request-automation.yaml b/.github/workflows/pull-request-automation.yaml index c47cd30..6ef14ff 100644 --- a/.github/workflows/pull-request-automation.yaml +++ b/.github/workflows/pull-request-automation.yaml @@ -9,7 +9,7 @@ on: jobs: auto-merge: name: Auto reviews pull requests from bots - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5c76ee..b9c0400 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -134,6 +134,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.440.7 + rev: 38.106.3 hooks: - id: renovate-config-validator