Skip to content

Commit 4eddbd5

Browse files
Update actions/checkout to v6 in linter workflow
1 parent 591b5d6 commit 4eddbd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
# Full git history is needed to get a proper list of changed files within `super-linter`
2727
fetch-depth: 0
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout Code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848

4949
- name: Install zsh (Ubuntu)
5050
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)