Update configuring-ci-cd.md

Signed-off-by: Jarek Gajewski <74616204+jaroslawgajewski@users.noreply.github.com>
This commit is contained in:
Jarek Gajewski
2023-04-14 11:05:37 +02:00
committed by GitHub
parent b985c68d52
commit 0f429b9036
+1 -1
View File
@@ -59,7 +59,7 @@ working directory. This is almost always the first step in most CI workflows.
On GitHub Actions, you can add a step
[`- uses: actions@checkout@v2`](https://github.com/actions/checkout).
[`- uses: actions@checkout@v3`](https://github.com/actions/checkout).
On CircleCI, you can add a special
[`checkout`](https://circleci.com/docs/2.0/configuration-reference/#checkout)