From d0d0bbebfbe119c8403a0e2724c5fa5b555c78b9 Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Wed, 25 Oct 2023 14:28:34 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 067bc47ef..126cbdfc2 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ You might want to use action called [@actions/checkout](https://github.com/actio ```yml steps: - - uses: actions/checkout@v3 # Uploads repository content to the runner + - uses: actions/checkout@v4 # Uploads repository content to the runner with: repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more - uses: actions/labeler@v4