File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
name : Yamllint
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
- name : Yamllint
11
11
uses : karancode/yamllint-github-action@master
12
12
with :
Original file line number Diff line number Diff line change 10
10
matrix :
11
11
python-version : [3.8]
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Set up Python ${{ matrix.python-version }}
15
15
uses : actions/setup-python@v2
16
16
with :
26
26
name : Check spelling of all files in commit with misspell
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- name : Install
31
31
run : wget -O - -q https://git.io/misspell | sh -s -- -b .
32
32
- name : Misspell
You can’t perform that action at this time.
0 commit comments