From 4a53b321bf1896b459b8d9f1bb79c842cc8c2fc0 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:42:05 +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 dfb7dc37..bea3396e 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ steps: - uses: actions/checkout@v2 - name: Install poetry run: pipx install poetry -- uses: actions/setup-python@v2 +- uses: actions/setup-python@v3 with: python-version: '3.9' cache: 'poetry'