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 14, 2023
1 parent 0e3af8f commit 1a4a9c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ 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
uses: peaceiris/actions-hugo@v2
with:
# same as netlify.toml
hugo-version: '0.89.1'
hugo-version: '0.89.4'
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
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ command = "hugo -d public"

[build.environment]
# same as .github/workflows/test.yaml
HUGO_VERSION = "0.89.1"
HUGO_VERSION = "0.89.4"

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

0 comments on commit 1a4a9c4

Please sign in to comment.