Skip to content

Commit 504e049

Browse files
authored
Merge pull request #1228 from DeinAlptraum/update-checkout
Update checkout action in linter job to support Node.js 24
2 parents b5f0080 + 8ad34e1 commit 504e049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414

0 commit comments

Comments
 (0)