From 6e47986cb49ed338d0f4ce44b3f3c2c0452ea7ec Mon Sep 17 00:00:00 2001 From: Nick Snell Date: Fri, 6 May 2022 14:57:37 +0100 Subject: [PATCH] fix(ci): correct config for setup-python --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70e49f4..9b518e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Python 3.9 id: cache - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.9' cache: 'poetry' @@ -34,7 +34,7 @@ jobs: - name: Setup Python 3.9 id: cache - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.9' cache: 'poetry'