mirror of
https://github.com/werf/actions.git
synced 2026-02-05 02:46:23 +03:00
chore: up actions/checkout to v3
Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user