From 15c1e1e92a764441c40ec4cee98a5276b68b87b4 Mon Sep 17 00:00:00 2001 From: Service account Date: Mon, 13 Sep 2021 09:48:05 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 0ed8435..25cf292 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1220,6 +1220,33 @@ } ] }, + { + "version": "3.8.12", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.8.12-116385", + "files": [ + { + "filename": "python-3.8.12-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.12-116385/python-3.8.12-darwin-x64.tar.gz" + }, + { + "filename": "python-3.8.12-linux-18.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "18.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.12-116385/python-3.8.12-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.8.12-linux-20.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "20.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.12-116385/python-3.8.12-linux-20.04-x64.tar.gz" + } + ] + }, { "version": "3.8.11", "stable": true,