Skip to content

Commit 8cfdc61

Browse files
Update versions-manifest (actions#139)
Co-authored-by: Service account <[email protected]>
1 parent b275162 commit 8cfdc61

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

versions-manifest.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -840,27 +840,39 @@
840840
{
841841
"version": "3.9.10",
842842
"stable": true,
843-
"release_url": "https://github.com/actions/python-versions/releases/tag/3.9.10-121428",
843+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.9.10-1788162477",
844844
"files": [
845845
{
846846
"filename": "python-3.9.10-darwin-x64.tar.gz",
847847
"arch": "x64",
848848
"platform": "darwin",
849-
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-121428/python-3.9.10-darwin-x64.tar.gz"
849+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-1788162477/python-3.9.10-darwin-x64.tar.gz"
850850
},
851851
{
852852
"filename": "python-3.9.10-linux-18.04-x64.tar.gz",
853853
"arch": "x64",
854854
"platform": "linux",
855855
"platform_version": "18.04",
856-
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-121428/python-3.9.10-linux-18.04-x64.tar.gz"
856+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-1788162477/python-3.9.10-linux-18.04-x64.tar.gz"
857857
},
858858
{
859859
"filename": "python-3.9.10-linux-20.04-x64.tar.gz",
860860
"arch": "x64",
861861
"platform": "linux",
862862
"platform_version": "20.04",
863-
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-121428/python-3.9.10-linux-20.04-x64.tar.gz"
863+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-1788162477/python-3.9.10-linux-20.04-x64.tar.gz"
864+
},
865+
{
866+
"filename": "python-3.9.10-win32-x64.zip",
867+
"arch": "x64",
868+
"platform": "win32",
869+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-1788162477/python-3.9.10-win32-x64.zip"
870+
},
871+
{
872+
"filename": "python-3.9.10-win32-x86.zip",
873+
"arch": "x86",
874+
"platform": "win32",
875+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.10-1788162477/python-3.9.10-win32-x86.zip"
864876
}
865877
]
866878
},

0 commit comments

Comments
 (0)