We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fab4a commit 558919bCopy full SHA for 558919b
.github/workflows/codespell.yml
@@ -4,7 +4,7 @@ jobs:
4
codespell:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
8
- uses: codespell-project/actions-codespell@master
9
with:
10
path: .
.github/workflows/shellcheck.yml
@@ -4,5 +4,5 @@ jobs:
shellcheck:
- uses: ludeeus/action-shellcheck@master
0 commit comments