Skip to content

Commit 76fd100

Browse files
chore(deps): bump actions/checkout from v5 to v6 (#981)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f186cb3 commit 76fd100

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)