From 6b255856a3a74ed392e3d394a4591240f64c6f56 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Tue, 29 Mar 2022 16:07:22 +0200 Subject: [PATCH] Fix some checkout action version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ac0d36..ee5557b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ steps: Matching an unstable pre-release: ```yaml steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: '1.18.0-rc.1' # The Go version to download (if necessary) and use. @@ -52,7 +52,7 @@ steps: ```yaml steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: '1.16.0-beta.1' # The Go version to download (if necessary) and use.