Skip to content

Commit 543c423

Browse files
Merge pull request #2 from ccamel/dependabot/github_actions/actions/checkout-6
2 parents 460e0fe + 8c4e1b2 commit 543c423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.actor != 'dependabot[bot]'
1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Lint markdown files
3232
uses: avto-dev/markdown-lint@v1.5.0
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-22.04
3838
steps:
3939
- name: Check out repository
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Lint yaml files
4343
uses: ibiqlik/action-yamllint@v3.1.1

0 commit comments

Comments
 (0)