Skip to content

Commit 9fcc4a1

Browse files
authored
Update labeler preflight to Ubuntu Latest (#1747)
1 parent 8a0289a commit 9fcc4a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/in_develop_labeler_preflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
jobs:
77
save_pr_num_in_artifact:
88
name: Preflight Label Issue In Develop
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
if: github.event.pull_request.merged == true
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
- name: Save the PR number in an artifact
1515
shell: bash

0 commit comments

Comments
 (0)