docs: use actions/checkout@v4

Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
This commit is contained in:
Aleksei Igrychev
2024-02-14 15:30:46 +00:00
parent 0980fb9532
commit 43d2310151
8 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ cleanup:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow