From 8941d39377d4f5835b1e6ed5b86b4d21792ee693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:54:49 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/commitlint.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e1025b0..d1448fc 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,7 +8,7 @@ on: jobs: commitlint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 20367f0..688795d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: commitlint: name: Commitlint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/setup-node@v6 with: