File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 99 markdownlint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Run mdl
1515 uses : actionshub/markdownlint@main
Original file line number Diff line number Diff line change 77 label :
88 runs-on : " ubuntu-latest"
99 steps :
10- - uses : " mheap/github-action-required-labels@v3 "
10+ - uses : " mheap/github-action-required-labels@v5 "
1111 with :
1212 mode : " exactly"
1313 count : 1
Original file line number Diff line number Diff line change 99 shellcheck :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Run ShellCheck
1515 uses : ludeeus/action-shellcheck@master
Original file line number Diff line number Diff line change 99 yamllint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Run yamllint
1515 uses : bewuethr/yamllint-action@v1
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended"
5+ ],
6+ "labels" : [" enhancement" ]
7+ }
You can’t perform that action at this time.
0 commit comments