From b970872c2ee5b0b8a04bd6eb6967d0e411d356bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 07:30:24 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 22b2f43..9df67b2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write # for zeebe-io/backport-action to create branch pull-requests: write # for zeebe-io/backport-action to create PR to backport - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event.pull_request.merged steps: - name: Checkout