File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
name : PR - Actionlint
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- run : |
13
13
echo "::add-matcher::.github/actionlint-matcher.json"
14
14
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -19,14 +19,14 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
name : PR - Shellcheck
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : ludeeus/action-shellcheck@master
24
24
25
25
markdownlint :
26
26
name : runner / markdownlint
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- name : markdownlint
31
31
32
32
with :
36
36
name : runner / vale
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
-
uses :
errata-ai/[email protected]
41
41
with :
42
42
files : all
You can’t perform that action at this time.
0 commit comments