From 0f429b903674ec74a594af3b514b136b69766312 Mon Sep 17 00:00:00 2001 From: Jarek Gajewski <74616204+jaroslawgajewski@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:05:37 +0200 Subject: [PATCH] Update configuring-ci-cd.md Signed-off-by: Jarek Gajewski <74616204+jaroslawgajewski@users.noreply.github.com> --- docs/features/techdocs/configuring-ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/configuring-ci-cd.md b/docs/features/techdocs/configuring-ci-cd.md index 75800c48ca..692128bf7b 100644 --- a/docs/features/techdocs/configuring-ci-cd.md +++ b/docs/features/techdocs/configuring-ci-cd.md @@ -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)