Skip to content

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 d5dd2ee commit db47f32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:

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

- name: Lint check
uses: azohra/shell-linter@v0.2.0
uses: azohra/shell-linter@v0.3.0
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 db47f32

Please sign in to comment.