1313 runs-on : ubuntu-24.04
1414 steps :
1515 - name : Checkout markdown
16- uses : actions/checkout@v5 .0.0
16+ uses : actions/checkout@v6 .0.1
1717
1818 - name : Link Checker
1919 uses :
lycheeverse/[email protected] @@ -34,10 +34,10 @@ jobs:
3434 runs-on : ubuntu-24.04
3535 steps :
3636 - name : Checkout markdown
37- uses : actions/checkout@v5 .0.0
37+ uses : actions/checkout@v6 .0.1
3838
3939 - name : Lint markdown
40- uses : DavidAnson/markdownlint-cli2-action@v21 .0.0
40+ uses : DavidAnson/markdownlint-cli2-action@v22 .0.0
4141 with :
4242 config : ' .markdownlint.yaml'
4343 globs : |
@@ -50,10 +50,10 @@ jobs:
5050 runs-on : ubuntu-24.04
5151 steps :
5252 - name : Checkout markdown
53- uses : actions/checkout@v5 .0.0
53+ uses : actions/checkout@v6 .0.1
5454
5555 - name : Spell check EN language
56- uses : rojopolis/spellcheck-github-actions@0.54 .0
56+ uses : rojopolis/spellcheck-github-actions@0.55 .0
5757 with :
5858 config_path : .spellcheck-en.yaml
5959
@@ -62,10 +62,10 @@ jobs:
6262 runs-on : ubuntu-24.04
6363 steps :
6464 - name : Checkout markdown
65- uses : actions/checkout@v5 .0.0
65+ uses : actions/checkout@v6 .0.1
6666
6767 - name : Spell check ES language
68- uses : rojopolis/spellcheck-github-actions@0.54 .0
68+ uses : rojopolis/spellcheck-github-actions@0.55 .0
6969 with :
7070 config_path : .spellcheck-es.yaml
7171
@@ -74,12 +74,12 @@ jobs:
7474 runs-on : ubuntu-24.04
7575 steps :
7676 - name : Checkout markdown
77- uses : actions/checkout@v5 .0.0
77+ uses : actions/checkout@v6 .0.1
7878
7979 # rojopolis/spellcheck-github-actions does not support PT-BR,
8080 # only PT, and PT-BR is too different to pass a PT spellcheck
8181 - name : Set up Python
82- uses : actions/setup-python@v6.0 .0
82+ uses : actions/setup-python@v6.1 .0
8383 with :
8484 python-version : ' 3.10'
8585
@@ -99,10 +99,10 @@ jobs:
9999 needs : [md_linter, spell_checker_en, spell_checker_es, spell_checker_pt-br]
100100 steps :
101101 - name : Checkout markdown
102- uses : actions/checkout@v5 .0.0
102+ uses : actions/checkout@v6 .0.1
103103
104104 - name : Install python
105- uses : actions/setup-python@v6.0 .0
105+ uses : actions/setup-python@v6.1 .0
106106 with :
107107 python-version : 3.x
108108
@@ -129,10 +129,10 @@ jobs:
129129 needs : [build_check]
130130 steps :
131131 - name : Checkout markdown
132- uses : actions/checkout@v5 .0.0
132+ uses : actions/checkout@v6 .0.1
133133
134134 - name : Install python
135- uses : actions/setup-python@v6.0 .0
135+ uses : actions/setup-python@v6.1 .0
136136 with :
137137 python-version : 3.x
138138
0 commit comments