ci: Update Python to 3.7.5 (#628)

This commit is contained in:
Matan Kushner
2019-11-05 16:23:33 +09:00
committed by GitHub
parent 0c7492a8da
commit 4895276b1b
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ jobs:
# Install Python at a fixed version
- uses: actions/setup-python@v1
with:
python-version: "3.7.4"
python-version: "3.7.5"
# Install dotnet at a fixed version
- uses: actions/setup-dotnet@v1