We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd0079 commit 6b0020cCopy full SHA for 6b0020c
1 file changed
install-env.bat
@@ -2,7 +2,7 @@
2
3
setlocal enableDelayedExpansion
4
5
-set "PYTHON_REF=https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe"
+set "PYTHON_REF=https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe"
6
set PYTHON="python.exe"
7
set PIP="pip3.exe"
8
if "%RUNNER_TOOL_CACHE%"=="" (
0 commit comments