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 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb7dc37a..bea3396e2 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' 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 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bea3396e2..5810175b3 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