README Updates#87
Merged
konradpabjan merged 11 commits intov-mazhuk/use-github-releases-to-download-python-versionsfrom Apr 29, 2020
Merged
README Updates#87konradpabjan merged 11 commits intov-mazhuk/use-github-releases-to-download-python-versionsfrom
konradpabjan merged 11 commits intov-mazhuk/use-github-releases-to-download-python-versionsfrom
Conversation
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
README.md
Outdated
|
|
||
| - Preinstalled versions of Python in the tools cache on GitHub-hosted runners | ||
| - For detailed information regarding the available versions of Python that are installed see [Software installed on GitHub-hosted runners](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners) | ||
| - For every minor version of Python, expect only the latest patch to be preinstalled. See [Semantic Versioning](https://semver.org/) for more information |
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
Co-Authored-By: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Co-Authored-By: Brian Cristante <33549821+brcrista@users.noreply.github.com>
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
reviewed
Apr 29, 2020
brcrista
approved these changes
Apr 29, 2020
Contributor
brcrista
left a comment
There was a problem hiding this comment.
Thanks for updating this!
Co-Authored-By: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Contributor
Author
|
Merging this in. There are a few failing tests, but i talked to @maxim-lobanov and those all be fixed behind the scenes |
1f58cb0
into
v-mazhuk/use-github-releases-to-download-python-versions
peaceiris
added a commit
to peaceiris/mkdocs-material-boilerplate
that referenced
this pull request
Apr 30, 2020
peaceiris
added a commit
to peaceiris/mkdocs-material-boilerplate
that referenced
this pull request
Apr 30, 2020
* ci: bump actions/setup-python from v1 to v2 actions/setup-python#87 actions/setup-python#85 * ci: Add the comment about upgrading pip
peaceiris
added a commit
to peaceiris/actions-gh-pages
that referenced
this pull request
Apr 30, 2020
peaceiris
added a commit
to peaceiris/actions-gh-pages
that referenced
this pull request
Apr 30, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates to the
READMEthat should be made as part of #85Tracking issue: https://github.com/github/c2c-actions-service/issues/1025
Rendered 🖌 README 🎨
I didn't include any mention of the new
tokeninput since it's effectively an implementation detail. Users shouldn't need to do anything.