@@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-24.04
14
14
steps :
15
15
- name : Checkout markdown
16
- uses : actions/checkout@v4.2.2
16
+ uses : actions/checkout@v5.0.0
17
17
18
18
- name : Link Checker
19
- uses : lycheeverse/lychee-action@v2.4 .1
19
+ uses : lycheeverse/lychee-action@v2.6 .1
20
20
with :
21
21
args : >-
22
22
--no-progress
34
34
runs-on : ubuntu-24.04
35
35
steps :
36
36
- name : Checkout markdown
37
- uses : actions/checkout@v4.2.2
37
+ uses : actions/checkout@v5.0.0
38
38
39
39
- name : Lint markdown
40
40
uses :
DavidAnson/[email protected]
50
50
runs-on : ubuntu-24.04
51
51
steps :
52
52
- name : Checkout markdown
53
- uses : actions/checkout@v4.2.2
53
+ uses : actions/checkout@v5.0.0
54
54
55
55
- name : Spell check EN language
56
56
62
62
runs-on : ubuntu-24.04
63
63
steps :
64
64
- name : Checkout markdown
65
- uses : actions/checkout@v4.2.2
65
+ uses : actions/checkout@v5.0.0
66
66
67
67
- name : Spell check ES language
68
68
74
74
runs-on : ubuntu-24.04
75
75
steps :
76
76
- name : Checkout markdown
77
- uses : actions/checkout@v4.2.2
77
+ uses : actions/checkout@v5.0.0
78
78
79
79
# rojopolis/spellcheck-github-actions does not support PT-BR,
80
80
# only PT, and PT-BR is too different to pass a PT spellcheck
99
99
needs : [md_linter, spell_checker_en, spell_checker_es, spell_checker_pt-br]
100
100
steps :
101
101
- name : Checkout markdown
102
- uses : actions/checkout@v4.2.2
102
+ uses : actions/checkout@v5.0.0
103
103
104
104
- name : Install python
105
105
@@ -129,7 +129,7 @@ jobs:
129
129
needs : [build_check]
130
130
steps :
131
131
- name : Checkout markdown
132
- uses : actions/checkout@v4.2.2
132
+ uses : actions/checkout@v5.0.0
133
133
134
134
- name : Install python
135
135
0 commit comments