From e2593c491817eb5c3a743e2d3f8970e415c7b736 Mon Sep 17 00:00:00 2001
From: Sergey Shorokhov <wopox1337@ya.ru>
Date: Sat, 24 Jul 2021 21:46:10 +0300
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d82b7a4..08faf0e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Basic:
 
 ```yaml
 steps:
-- uses: actions/checkout@v1
+- uses: actions/checkout@v2
 
 - uses: wopox1337/setup-amxxpawn@master
   with:
@@ -33,7 +33,7 @@ jobs:
 
     name: AMXXPawn version ${{ matrix.amxx-version }}
     steps:
-      - uses: actions/checkout@v1
+      - uses: actions/checkout@v2
 
       - name: Setup AMXXPawn
         uses: wopox1337/setup-amxxpawn@master
@@ -44,4 +44,4 @@ jobs:
 ```
 
 # Credits
-Thanks to https://github.com/rumblefrog/setup-sp repository author for great example. This action based on this code.
\ No newline at end of file
+Thanks to https://github.com/rumblefrog/setup-sp repository author for great example. This action based on this code.