From 821c37c4e415ac8f9a1b336b1430258482b593d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:06:16 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index df68b56..a1aa740 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -12,7 +12,7 @@ on: jobs: pre-commit: name: 'pre-commit' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout