Skip to content

Commit

Permalink
Merge pull request canonical#17 from canonical/annecyh/update-github-…
Browse files Browse the repository at this point in the history
…actions

Update github actions used in documentation-checks.yaml
  • Loading branch information
ru-fu authored Jun 13, 2024
2 parents 3fdf5fb + 8fc9050 commit 0c49092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ on:
jobs:
docchecks:
name: Run documentation checks
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
result_spelling: ${{ steps.spellcheck-step.outcome }}
result_woke: ${{ steps.woke-step.outcome }}
result_links: ${{ steps.linkcheck-step.outcome }}
result_pa11y: ${{ steps.pa11y-step.outcome }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}

Expand Down

0 comments on commit 0c49092

Please sign in to comment.