From 340ee68e3fef1c74c7c389f985c1f999f6b0e195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Rodr=C3=ADguez=20Ponce?= Date: Fri, 24 Jan 2025 15:55:47 +0100 Subject: [PATCH] Update backport bot action image to Ubuntu 24.04 Ubuntu 20.04 is going to reach end of support soon. Change it to 24.04 --- .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 272cd05d974..ce3e901a767 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,7 +14,7 @@ jobs: contents: write pull-requests: write issues: write - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Backport steps: - name: Backport Bot