From: Chris. Webster Date: Tue, 20 Dec 2022 00:35:47 +0000 (+0000) Subject: ci (check-whitespace): move to actions/checkout@v3 X-Git-Tag: v2.39.3~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4542582e59ec7e16c83178a8226c28ec533422ad;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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