Skip to content

Commit 4542582

Browse files
webstechgitster
authored andcommitted
ci (check-whitespace): move to actions/checkout@v3
Get rid of deprecation warnings in the CI runs. Also gets the latest security patches. Signed-off-by: Chris. Webster <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b3ecdc7 commit 4542582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check-whitespace:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)