Skip to content

Commit fc92d01

Browse files
committed
Bump codespell action
1 parent 9faba7e commit fc92d01

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
13
name: Documentation
24

35
on:
@@ -19,13 +21,13 @@ jobs:
1921
- uses: actions/checkout@v4
2022

2123
- name: Lint markdown files
22-
uses: nosborn/github-action-markdown-cli@v3.1.0
24+
uses: nosborn/github-action-markdown-cli@v3
2325
with:
2426
files: .
2527
ignore_path: .markdownlintignore
2628

2729
- name: Perform spell check
28-
uses: codespell-project/actions-codespell@master
30+
uses: codespell-project/actions-codespell@v2
2931
with:
3032
path: '**/*.md'
3133
check_filenames: true

0 commit comments

Comments
 (0)