From 9a482b7448db2196147e0402deba5aec6f3d286f Mon Sep 17 00:00:00 2001 From: David Leal Date: Sat, 29 Apr 2023 19:28:47 -0600 Subject: [PATCH] Update labeler preflight to Ubuntu Latest --- .github/workflows/in_develop_labeler_preflight.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/in_develop_labeler_preflight.yml b/.github/workflows/in_develop_labeler_preflight.yml index 21a5430c5..ef3e98044 100644 --- a/.github/workflows/in_develop_labeler_preflight.yml +++ b/.github/workflows/in_develop_labeler_preflight.yml @@ -6,10 +6,10 @@ on: jobs: save_pr_num_in_artifact: name: Preflight Label Issue In Develop - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest if: github.event.pull_request.merged == true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Save the PR number in an artifact shell: bash