You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The `python-version` input is optional. If not supplied, the action will try to
37
37
38
38
The action will first check the local [tool cache](docs/advanced-usage.md#hosted-tool-cache) for a [semver](https://github.com/npm/node-semver#versions) match. If unable to find a specific version in the tool cache, the action will attempt to download a version of Python from [GitHub Releases](https://github.com/actions/python-versions/releases) and for PyPy from the official [PyPy's dist](https://downloads.python.org/pypy/).
39
39
40
-
For information regarding locally cached versions of Python or PyPy on GitHub hosted runners, check out [GitHub Actions Virtual Environments](https://github.com/actions/virtual-environments).
40
+
For information regarding locally cached versions of Python or PyPy on GitHub hosted runners, check out [GitHub Actions Runner Images](https://github.com/actions/runner-images).
41
41
42
42
## Supported version syntax
43
43
@@ -92,4 +92,4 @@ The scripts and documentation in this project are released under the [MIT Licens
92
92
93
93
## Contributions
94
94
95
-
Contributions are welcome! See our [Contributor's Guide](docs/contributors.md).
95
+
Contributions are welcome! See our [Contributor's Guide](docs/contributors.md).
0 commit comments