From f2f604b7121d63c0eeccdc922357f25aec810d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 13 May 2025 13:26:10 -0400 Subject: [PATCH] github: Bump to latest Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 541a8f9..ec028e9 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -10,7 +10,7 @@ jobs: permissions: pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR name: Signed-off-by (DCO) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Get PR Commits id: 'get-pr-commits' @@ -27,7 +27,7 @@ jobs: permissions: contents: none name: Branch target - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check branch target env: