From ed13863bd76deae328ae29b41f80a394f3ed656b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 21 Nov 2022 16:22:53 +0100 Subject: [PATCH] Update docs/features/techdocs/configuring-ci-cd.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anders Näsman <70215212+realandersn@users.noreply.github.com> Signed-off-by: Patrik Oldsberg --- 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 8da297c184..642fd4ab77 100644 --- a/docs/features/techdocs/configuring-ci-cd.md +++ b/docs/features/techdocs/configuring-ci-cd.md @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 # the 2 steps below can be removed if you aren't using plantuml in your documentation - name: setup java