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.
2 parents fdbbfdf + 7824c8b commit 5b51d1dCopy full SHA for 5b51d1d
.github/workflows/check_md_links.yml
@@ -14,5 +14,5 @@ jobs:
14
markdown-link-check:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: gaurav-nelson/github-action-markdown-link-check@v1
.github/workflows/codespell.yml
@@ -15,5 +15,5 @@ jobs:
codespell:
19
- uses: codespell-project/actions-codespell@master
.github/workflows/run_tests.yml
@@ -14,7 +14,7 @@ jobs:
with:
submodules: true
20
fetch-depth: 0
0 commit comments