File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
pull-requests : read
20
20
steps :
21
21
- name : 📦 Check out the codebase
22
- uses : actions/checkout@v4.1.4
22
+ uses : actions/checkout@v4.1.5
23
23
24
24
- name : 🧐 Lint commits using "commitlint"
25
25
uses : wagoid/commitlint-github-action@v6.0.1
37
37
group : coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
38
38
steps :
39
39
- name : 📦 Check out the codebase
40
- uses : actions/checkout@v4.1.4
40
+ uses : actions/checkout@v4.1.5
41
41
42
42
- name : 🧐 Lint YAML files
43
43
uses : ibiqlik/action-yamllint@v3.1.1
54
54
group : markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
55
55
steps :
56
56
- name : 📦 Check out the codebase
57
- uses : actions/checkout@v4.1.4
57
+ uses : actions/checkout@v4.1.5
58
58
59
59
- name : 🧐 Lint Markdown files
60
60
uses : DavidAnson/markdownlint-cli2-action@v16.0.0
You can’t perform that action at this time.
0 commit comments