Skip to content

Commit 64d40ed

Browse files
chore(deps): update actions/checkout action to v6
1 parent 0726203 commit 64d40ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 10
2020
if: "!contains(github.event.head_commit.message, 'update changelog')"
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:

.github/workflows/shellcheck-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
shell: bash
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Run shellcheck
1919
run: |
2020
# test shell syntax of Markdown code snippets

.github/workflows/super-linter.yml

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

0 commit comments

Comments
 (0)