chore: up actions/checkout to v3

Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
This commit is contained in:
Alexey Igrychev
2023-01-20 11:53:15 +00:00
parent 6b2343319a
commit 51f5846897
8 changed files with 10 additions and 10 deletions

View File

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