File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : " 0"
14
14
- name : Build changelog from PRs with labels
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ jobs:
14
14
- lint_yaml
15
15
- lint_adoc
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Run ${{ matrix.command }}
19
19
run : make ${{ matrix.command }}
20
20
test :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
- name : Run tests
25
25
run : make test
26
26
editorconfig :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
-
uses :
snow-actions/[email protected]
31
31
with :
32
32
args : ' check'
You can’t perform that action at this time.
0 commit comments