]> git.ipfire.org Git - thirdparty/git.git/commitdiff
ci (check-whitespace): move to actions/checkout@v3
authorChris. Webster <chris@webstech.net>
Tue, 20 Dec 2022 00:35:47 +0000 (00:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Dec 2022 01:48:19 +0000 (10:48 +0900)
Get rid of deprecation warnings in the CI runs.  Also gets the latest
security patches.

Signed-off-by: Chris. Webster <chris@webstech.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/check-whitespace.yml

index 552894f736a542aa78e72046021039b44ca97aa9..da557fd5914b214605f4e845e074be48412803c5 100644 (file)
@@ -13,7 +13,7 @@ jobs:
   check-whitespace:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         fetch-depth: 0