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.
1 parent f186cb3 commit 76fd100Copy full SHA for 76fd100
.github/workflows/shellcheck-markdown.yml
@@ -22,7 +22,7 @@ jobs:
22
run:
23
shell: sh
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
26
with:
27
persist-credentials: false
28
- name: Run shellcheck
.github/workflows/super-linter.yml
@@ -43,7 +43,7 @@ jobs:
43
# Checkout the code base #
44
##########################
45
- name: Checkout Code
46
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
47
48
# Super-Linter requires full repository history for analysis
49
fetch-depth: 0
0 commit comments