We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6b3e9 commit e393187Copy full SHA for e393187
.github/workflows/lint.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: 'Checkout'
17
- uses: actions/checkout@master
+ uses: actions/checkout@v6
18
- name: 'Yamllint'
19
- uses: karancode/yamllint-github-action@master
+ uses: karancode/yamllint-github-action@v2
20
with:
21
yamllint_file_or_dir: _data/collection-index.yml
22
yamllint_strict: true
0 commit comments