summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChris. Webster <chris@webstech.net>2022-12-20 01:35:47 +0100
committerJunio C Hamano <gitster@pobox.com>2022-12-20 02:48:19 +0100
commit4542582e59ec7e16c83178a8226c28ec533422ad (patch)
tree35700e211bb8b3a94f344b471eba8d08a00be1dc /.github
parentci (check-whitespace): add links to job output (diff)
downloadgit-4542582e59ec7e16c83178a8226c28ec533422ad.tar.xz
git-4542582e59ec7e16c83178a8226c28ec533422ad.zip
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 <chris@webstech.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-whitespace.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-whitespace.yml b/.github/workflows/check-whitespace.yml
index 552894f736..da557fd591 100644
--- a/.github/workflows/check-whitespace.yml
+++ b/.github/workflows/check-whitespace.yml
@@ -13,7 +13,7 @@ jobs:
check-whitespace:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0