Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update ubuntu from ubuntu-18.04 -> ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Apr 23, 2020
1 parent 0edf418 commit 1876705
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-broken-link-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
broken-link-checker:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
markdownlint-check:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -34,7 +34,7 @@ jobs:
config_file: .markdownlint.yml

markdown-spell-check:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -50,7 +50,7 @@ jobs:
run: find . -type f -name "*.md" | xargs --max-args=1 --verbose mdspell --ignore-numbers --ignore-acronyms --report --en-gb

vuepress-build-check-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs:
- markdownlint-check
- markdown-spell-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
yamllint-check:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1876705

Please sign in to comment.