From 2d669b0015358e35d1a60a511725b41a90fd422d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:54:25 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/audit.yaml | 2 +- .github/workflows/backport.yaml | 2 +- .github/workflows/clean.yaml | 2 +- .github/workflows/main.yaml | 2 +- .github/workflows/pull-request-automation.yaml | 2 +- .pre-commit-config.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 4212256..ae64e69 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -7,7 +7,7 @@ on: jobs: audit: name: Audit - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 strategy: diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index d0cc8db..0aa5c0d 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -12,7 +12,7 @@ env: jobs: backport: name: Backport - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: diff --git a/.github/workflows/clean.yaml b/.github/workflows/clean.yaml index e2a4ace..eaf29bf 100644 --- a/.github/workflows/clean.yaml +++ b/.github/workflows/clean.yaml @@ -9,7 +9,7 @@ on: jobs: clean: name: Clean docker hub tags - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index de79d4d..3821ab5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ env: jobs: main: name: Continuous integration - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 40 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 8b415c1..2f3c6a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,6 +91,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