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>
This commit is contained in:
Chris. Webster 2022-12-20 00:35:47 +00:00 коммит произвёл Junio C Hamano
Родитель b3ecdc780d
Коммит 4542582e59
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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