Skip to content

Commit

Permalink
Bump GitHub actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Aug 15, 2023
1 parent 0e3af8f commit 0c10d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node_version: 16
- name: Setup Hugo
Expand All @@ -25,7 +25,7 @@ jobs:
hugo-version: '0.89.1'
extended: true
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Setup html5validator
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note for translators:
{% def
id="a unique id for anchor - the SAME than for english. will be prefixed by `def-`"
name="The term to define (optional if english or abbr is provided)"
abbr="an accronym (optional)"
abbr="an acronym (optional)"
english="the english term (optional - if present the abbr is in english too)" %}}
the definition
{% /def %}
Expand Down

0 comments on commit 0c10d66

Please sign in to comment.