Skip to content

Commit e393187

Browse files
Pin versions
1 parent fe6b3e9 commit e393187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 'Checkout'
17-
uses: actions/checkout@master
17+
uses: actions/checkout@v6
1818
- name: 'Yamllint'
19-
uses: karancode/yamllint-github-action@master
19+
uses: karancode/yamllint-github-action@v2
2020
with:
2121
yamllint_file_or_dir: _data/collection-index.yml
2222
yamllint_strict: true

0 commit comments

Comments
 (0)