Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump GitHub actions to latest versions #1551

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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