Skip to content

Commit bc7b2d5

Browse files
chore(deps): update actions/checkout action to v6
1 parent f186cb3 commit bc7b2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shellcheck-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run:
2323
shell: sh
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828
- name: Run shellcheck

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Checkout the code base #
4444
##########################
4545
- name: Checkout Code
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
# Super-Linter requires full repository history for analysis
4949
fetch-depth: 0

0 commit comments

Comments
 (0)