From 8bc15865f305c81dc17091d217eacdf4763a2471 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 5 May 2024 19:43:29 +0300 Subject: [PATCH] Update python setup. Fix --- .github/workflows/create-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 3138b7a..fc62d13 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4.1.4 - name: Generate lists - uses: actions/setup-python@vv5.1.0 + uses: actions/setup-python@v5.1.0 with: python-version: '3.10' - run: |