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 2090f27 + 4bb2dcb commit 287139cCopy full SHA for 287139c
2 files changed
.github/workflows/markdownlint.yml
@@ -17,7 +17,7 @@ jobs:
17
markdown-lint:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- uses: DavidAnson/markdownlint-cli2-action@v20
22
with:
23
globs: '**/*.md'
.github/workflows/shellcheck.yml
@@ -22,7 +22,7 @@ jobs:
actions: read
24
- name: Repository checkout
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
# Differential ShellCheck requires full git history
28
fetch-depth: 0
0 commit comments