From ad2398b8a8cd78b760aef8354dce9c31b8232414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 09:44:01 +0000 Subject: [PATCH] fix(ubuntu): Update dependency ubuntu to v24 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c964320..4ac8681 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: contents: write pull-requests: write issues: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.ref_name == 'main' steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7