Skip to content

Commit 1a4a9c4

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ 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
2222
uses: peaceiris/actions-hugo@v2
2323
with:
2424
# same as netlify.toml
25-
hugo-version: '0.89.1'
25+
hugo-version: '0.89.4'
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 %}

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ command = "hugo -d public"
55

66
[build.environment]
77
# same as .github/workflows/test.yaml
8-
HUGO_VERSION = "0.89.1"
8+
HUGO_VERSION = "0.89.4"
99

1010
# https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file
1111
# headers must be the same than in config/_default/server.toml (for Hugo)

0 commit comments

Comments
 (0)