Skip to content

Commit 178c073

Browse files
renovate[bot]LucasLarson
authored andcommitted
chore(deps): bump actions/checkout from v5 to v6 (#981)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Lucas Larson <[email protected]>
1 parent 38c16ac commit 178c073

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)