Skip to content

Commit 287139c

Browse files
authored
Merge pull request #3 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
chore(deps): Bump actions/checkout from 5 to 6
2 parents 2090f27 + 4bb2dcb commit 287139c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
markdown-lint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: DavidAnson/markdownlint-cli2-action@v20
2222
with:
2323
globs: '**/*.md'

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actions: read
2323
steps:
2424
- name: Repository checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
# Differential ShellCheck requires full git history
2828
fetch-depth: 0

0 commit comments

Comments
 (0)