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 19
19
pull-requests : read
20
20
steps :
21
21
- name : 📦 Check out the codebase
22
- uses : actions/checkout@v4.1.6
22
+ uses : actions/checkout@v4.1.7
23
23
24
24
- name : 🧐 Lint commits using "commitlint"
25
25
uses : wagoid/commitlint-github-action@v6.0.1
40
40
pull-requests : read
41
41
steps :
42
42
- name : 📦 Check out the codebase
43
- uses : actions/checkout@v4.1.6
43
+ uses : actions/checkout@v4.1.7
44
44
45
45
- name : 🧐 Lint YAML files
46
46
uses : ibiqlik/action-yamllint@v3.1.1
57
57
group : markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
58
58
steps :
59
59
- name : 📦 Check out the codebase
60
- uses : actions/checkout@v4.1.6
60
+ uses : actions/checkout@v4.1.7
61
61
62
62
- name : 🧐 Lint Markdown files
63
63
uses : DavidAnson/markdownlint-cli2-action@v16.0.0
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : 📦 Check out the codebase
18
- uses : actions/checkout@v4.1.6
18
+ uses : actions/checkout@v4.1.7
19
19
with :
20
20
token : ${{ secrets.WORKFLOW_TOKEN }}
21
21
You can’t perform that action at this time.
0 commit comments