From c7d9dccbec5773cb5b03b7f15ccf506d3c45aaa9 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Sat, 25 Jun 2022 15:47:17 +0100 Subject: [PATCH] update python version in github action --- .github/workflows/all-branches-and-PRs-test.yml | 2 +- .github/workflows/live-deploy-to-server-on-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-branches-and-PRs-test.yml b/.github/workflows/all-branches-and-PRs-test.yml index 406c5010..fef6216d 100644 --- a/.github/workflows/all-branches-and-PRs-test.yml +++ b/.github/workflows/all-branches-and-PRs-test.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python version uses: actions/setup-python@v1 with: - python-version: "3.8.3" + python-version: "3.8.x" - name: Install dependencies run: | diff --git a/.github/workflows/live-deploy-to-server-on-release.yml b/.github/workflows/live-deploy-to-server-on-release.yml index daecfa73..7c4594f4 100644 --- a/.github/workflows/live-deploy-to-server-on-release.yml +++ b/.github/workflows/live-deploy-to-server-on-release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python version uses: actions/setup-python@v1 with: - python-version: "3.8.3" + python-version: "3.8.x" - name: Install dependencies run: |