Commit efe47d2 committed Mar 1, 2022 Verified
1 parent 230714b commit efe47d2 Copy full SHA for efe47d2
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
dist :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
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 @@ -17,13 +17,13 @@ jobs:
17
17
- lint_yaml
18
18
- lint_adoc
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Run ${{ matrix.command }}
22
22
run : make ${{ matrix.command }}
23
23
editorconfig :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
- uses : snow-actions/eclint@v1.0.1
28
28
with :
29
29
args : ' check'
38
38
run :
39
39
working-directory : ${{ env.COMPONENT_NAME }}
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
with :
43
43
path : ${{ env.COMPONENT_NAME }}
44
44
- name : Compile component
You can’t perform that action at this time.
0 commit comments