From 4f594ba1cbfebbc0d87eeed7f48261b15eaee0b0 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Wed, 6 Mar 2024 12:30:48 +0100 Subject: [PATCH] actions: backport: Update ubuntu version 18.04 is deprecated, update to 20.04. Signed-off-by: Carles Cufi --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index a6f3a2d5d8..ee6265467b 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -7,7 +7,7 @@ on: jobs: backport: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 name: Backport steps: - name: Backport Bot @@ -16,4 +16,4 @@ jobs: bot_username: NordicBuilder bot_token: 151a9b45052f9ee8be5a59963d31ad7b92c3ecb5 bot_token_key: 67bb1f1f998d546859786a4088917c65415c0ebd - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }}