Skip to content

Commit 0c10d66

Browse files
committed
Bump GitHub actions to latest versions
1 parent 0e3af8f commit 0c10d66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
14+
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Setup NodeJS
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node_version: 16
2121
- name: Setup Hugo
@@ -25,7 +25,7 @@ jobs:
2525
hugo-version: '0.89.1'
2626
extended: true
2727
- name: Set up Python 3.9
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: 3.9
3131
- name: Setup html5validator

content/en/docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note for translators:
1414
{% def
1515
id="a unique id for anchor - the SAME than for english. will be prefixed by `def-`"
1616
name="The term to define (optional if english or abbr is provided)"
17-
abbr="an accronym (optional)"
17+
abbr="an acronym (optional)"
1818
english="the english term (optional - if present the abbr is in english too)" %}}
1919
the definition
2020
{% /def %}

0 commit comments

Comments
 (0)