From 9c644ca2ab8e57ea0a487b5ec2f8290740378bfd Mon Sep 17 00:00:00 2001
From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com>
Date: Fri, 1 Apr 2022 16:50:54 +0530
Subject: [PATCH] Update README.md to fix setup-python version  in example
 (#368)

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dfb7dc37..5810175b 100644
--- a/README.md
+++ b/README.md
@@ -249,10 +249,10 @@ 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@v2
+- uses: actions/setup-python@v3
   with:
     python-version: '3.9'
     cache: 'poetry'