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

@@ -16,7 +16,7 @@ converge:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -71,7 +71,7 @@ Make sure to use `fetch-depth: 0` setting in the checkout action, like follows:
```yaml
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
```