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: |