docs(github-actions): example suggests using ubuntu-latest (#1867)

instead of a concrete version of Ubuntu
This commit is contained in:
Oscar Dominguez 2021-03-31 19:39:08 +02:00 committed by GitHub
parent 12337175c6
commit 5489489dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2