Skip to content

Commit 8a2b258

Browse files
Merge pull request actions#173 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 06/20/2022
2 parents 34c0e9a + d974a7a commit 8a2b258

File tree

1 file changed

+41
-7
lines changed

1 file changed

+41
-7
lines changed

versions-manifest.json

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -459,46 +459,46 @@
459459
{
460460
"version": "3.10.4",
461461
"stable": true,
462-
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.4-2268648287",
462+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.4-2447350680",
463463
"files": [
464464
{
465465
"filename": "python-3.10.4-darwin-x64.tar.gz",
466466
"arch": "x64",
467467
"platform": "darwin",
468-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2268648287/python-3.10.4-darwin-x64.tar.gz"
468+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2447350680/python-3.10.4-darwin-x64.tar.gz"
469469
},
470470
{
471471
"filename": "python-3.10.4-linux-18.04-x64.tar.gz",
472472
"arch": "x64",
473473
"platform": "linux",
474474
"platform_version": "18.04",
475-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2268648287/python-3.10.4-linux-18.04-x64.tar.gz"
475+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2447350680/python-3.10.4-linux-18.04-x64.tar.gz"
476476
},
477477
{
478478
"filename": "python-3.10.4-linux-20.04-x64.tar.gz",
479479
"arch": "x64",
480480
"platform": "linux",
481481
"platform_version": "20.04",
482-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2268648287/python-3.10.4-linux-20.04-x64.tar.gz"
482+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2447350680/python-3.10.4-linux-20.04-x64.tar.gz"
483483
},
484484
{
485485
"filename": "python-3.10.4-linux-22.04-x64.tar.gz",
486486
"arch": "x64",
487487
"platform": "linux",
488488
"platform_version": "22.04",
489-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2268648287/python-3.10.4-linux-22.04-x64.tar.gz"
489+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2447350680/python-3.10.4-linux-22.04-x64.tar.gz"
490490
},
491491
{
492492
"filename": "python-3.10.4-win32-x64.zip",
493493
"arch": "x64",
494494
"platform": "win32",
495-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2268648287/python-3.10.4-win32-x64.zip"
495+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2447350680/python-3.10.4-win32-x64.zip"
496496
},
497497
{
498498
"filename": "python-3.10.4-win32-x86.zip",
499499
"arch": "x86",
500500
"platform": "win32",
501-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2268648287/python-3.10.4-win32-x86.zip"
501+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2447350680/python-3.10.4-win32-x86.zip"
502502
}
503503
]
504504
},
@@ -2113,6 +2113,40 @@
21132113
}
21142114
]
21152115
},
2116+
{
2117+
"version": "3.8.13",
2118+
"stable": true,
2119+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.8.13-2529578966",
2120+
"files": [
2121+
{
2122+
"filename": "python-3.8.13-darwin-x64.tar.gz",
2123+
"arch": "x64",
2124+
"platform": "darwin",
2125+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.13-2529578966/python-3.8.13-darwin-x64.tar.gz"
2126+
},
2127+
{
2128+
"filename": "python-3.8.13-linux-18.04-x64.tar.gz",
2129+
"arch": "x64",
2130+
"platform": "linux",
2131+
"platform_version": "18.04",
2132+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.13-2529578966/python-3.8.13-linux-18.04-x64.tar.gz"
2133+
},
2134+
{
2135+
"filename": "python-3.8.13-linux-20.04-x64.tar.gz",
2136+
"arch": "x64",
2137+
"platform": "linux",
2138+
"platform_version": "20.04",
2139+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.13-2529578966/python-3.8.13-linux-20.04-x64.tar.gz"
2140+
},
2141+
{
2142+
"filename": "python-3.8.13-linux-22.04-x64.tar.gz",
2143+
"arch": "x64",
2144+
"platform": "linux",
2145+
"platform_version": "22.04",
2146+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.13-2529578966/python-3.8.13-linux-22.04-x64.tar.gz"
2147+
}
2148+
]
2149+
},
21162150
{
21172151
"version": "3.8.12",
21182152
"stable": true,

0 commit comments

Comments
 (0)