From f46ff8533523b9b67ca3682c2796dc9964c640c8 Mon Sep 17 00:00:00 2001
From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com>
Date: Fri, 1 Apr 2022 16:45:18 +0530
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bea3396e..5810175b 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@ steps:
 **Caching poetry dependencies:**
 ```yaml
 steps:
-- uses: actions/checkout@v2
+- uses: actions/checkout@v3
 - name: Install poetry
   run: pipx install poetry
 - uses: actions/setup-python@v3