diff --git a/docs/recipes/github-actions.md b/docs/recipes/github-actions.md index 1f420820..1e42f527 100644 --- a/docs/recipes/github-actions.md +++ b/docs/recipes/github-actions.md @@ -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