File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout-action
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@v5
11
11
12
12
- name : actionlint
13
13
uses : raven-actions/actionlint@v2
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : checkout-action
17
- uses : actions/checkout@v4.2.2
17
+ uses : actions/checkout@v5
18
18
19
19
- name : yamllint
20
20
uses : ibiqlik/action-yamllint@v3
@@ -23,16 +23,16 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : checkout-action
26
- uses : actions/checkout@v4.2.2
26
+ uses : actions/checkout@v5
27
27
28
28
- name : typos-action
29
- uses :
crate-ci/[email protected] .3
29
+ uses :
crate-ci/[email protected] .5
30
30
31
31
markdownlint :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : checkout-action
35
- uses : actions/checkout@v4.2.2
35
+ uses : actions/checkout@v5
36
36
37
37
- name : markdownlint-cli2-action
38
38
uses :
DavidAnson/[email protected]
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : checkout-action
44
- uses : actions/checkout@v4.2.2
44
+ uses : actions/checkout@v5
45
45
46
46
- name : editorconfig-checker-action
47
47
uses : editorconfig-checker/action-editorconfig-checker@v2
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : checkout-action
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
# mitigate some issues with the vale-action
56
56
- name : Install Asciidoctor
You can’t perform that action at this time.
0 commit comments