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 66 name : Yamllint
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - name : Yamllint
1111 uses : karancode/yamllint-github-action@master
1212 with :
Original file line number Diff line number Diff line change 1010 matrix :
1111 python-version : [3.8]
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v2
1616 with :
2626 name : Check spelling of all files in commit with misspell
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 - name : Install
3131 run : wget -O - -q https://git.io/misspell | sh -s -- -b .
3232 - name : Misspell
You can’t perform that action at this time.
0 commit comments