We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a557d1 + 52d978b commit e92881eCopy full SHA for e92881e
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
if: github.actor != 'dependabot[bot]'
16
steps:
17
- name: Check out repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
21
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-22.04
27
28
29
30
31
- name: Lint markdown files
32
uses: avto-dev/markdown-lint@v1.5.0
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
- name: Lint yaml files
43
uses: ibiqlik/action-yamllint@v3.1.1
0 commit comments