1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 20:31:31 +02:00

Update labeler preflight to Ubuntu Latest (#1747)

This commit is contained in:
David Leal
2023-04-30 09:47:36 -06:00
committed by GitHub
parent 8a0289a153
commit 9fcc4a139a

View File

@@ -6,10 +6,10 @@ on:
jobs: jobs:
save_pr_num_in_artifact: save_pr_num_in_artifact:
name: Preflight Label Issue In Develop name: Preflight Label Issue In Develop
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Save the PR number in an artifact - name: Save the PR number in an artifact
shell: bash shell: bash