summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Letey <johnletey@gmail.com>2020-05-08 13:25:46 +0100
committerGitHub <noreply@github.com>2020-05-08 14:25:46 +0200
commita3e12a11120a7545d3f3190c595a2092f8a0a4f4 (patch)
tree10ab4d65f312237cf106d87e766126683b009a10 /.github
parentee63a4fa32f929647883464bee6e9b0896333ab0 (diff)
ci: Update Python to 3.8.2 (#1181)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 81255646a..238d9d5e0 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -119,7 +119,7 @@ jobs:
# Install Python at a fixed version
- uses: actions/setup-python@v1
with:
- python-version: "3.7.6"
+ python-version: "3.8.2"
# Install dotnet at a fixed version
- uses: actions/setup-dotnet@v1