From b5e9ea6002587a8d328f2d3384450c2051a82256 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Mon, 5 Jun 2023 08:09:58 +0000 Subject: T5258: git Actions use ubuntu-22.04 for PR conflicts checker git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04 for PR conflicts checker --- .github/workflows/pr-conflicts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml index 72ff3969..96040cd6 100644 --- a/.github/workflows/pr-conflicts.yml +++ b/.github/workflows/pr-conflicts.yml @@ -6,7 +6,7 @@ on: jobs: Conflict_Check: name: 'Check PR status: conflicts and resolution' - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: check if PRs are dirty uses: eps1lon/actions-label-merge-conflict@releases/2.x -- cgit v1.2.3