From 2ef9b19fc35f6cabab7dd896ae1bea713e7f0961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:17:48 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/main.yaml | 2 +- .github/workflows/pull-request-automation.yaml | 2 +- .pre-commit-config.yaml | 4 ++-- ci/requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4b17cef..5b73605 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,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 ba2ff6d..7e731b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -87,6 +87,6 @@ repos: - . - tests/expected.yaml - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.428.3 + rev: 38.128.2 hooks: - id: renovate-config-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index 4bdf52b..5e83d87 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ c2cciutils[checks,publish]==1.6.23 -pre-commit==3.8.0 +pre-commit==4.0.1