Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4e98b7

Browse filesBrowse files
author
IvanZosimov
committed
Fix broken links
1 parent cfcafa5 commit c4e98b7
Copy full SHA for c4e98b7

2 files changed

+11-8Lines changed: 11 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ See examples of using `cache` and `cache-dependency-path` for `pipenv` and `poet
7676

7777
## Advanced usage
7878

79-
- [Using python-version input](docs/advanced-usage.md#using-python-version-input)
80-
- [Using python-version-file input](docs/advanced-usage.md#using-python-version-file-input)
79+
- [Using the python-version input](docs/advanced-usage.md#using-the-python-version-input)
80+
- [Using the python-version-file input](docs/advanced-usage.md#using-the-python-version-file-input)
8181
- [Check latest version](docs/advanced-usage.md#check-latest-version)
82-
- [Caching packages data](docs/advanced-usage.md#caching-packages-data)
83-
- [Environment variables and action's outputs](docs/advanced-usage.md#environment-variables-and-actions-outputs)
82+
- [Caching packages](docs/advanced-usage.md#caching-packages)
83+
- [Outputs and environment variables](docs/advanced-usage.md#outputs-and-environment-variables)
8484
- [Available versions of Python and PyPy](docs/advanced-usage.md#available-versions-of-python-and-pypy)
8585
- [Hosted tool cache](docs/advanced-usage.md#hosted-tool-cache)
8686
- [Using `setup-python` with a self-hosted runner](docs/advanced-usage.md#using-setup-python-with-a-self-hosted-runner)
Collapse file

‎docs/advanced-usage.md‎

Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+7-4Lines changed: 7 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Advanced Usage
2-
- [Using python-version input](advanced-usage.md#using-python-version-input)
2+
- [Using the python-version input](advanced-usage.md#using-the-python-version-input)
33
- [Specifying a Python version](advanced-usage.md#specifying-a-python-version)
44
- [Specifying a PyPy version](advanced-usage.md#specifying-a-pypy-version)
55
- [Matrix Testing](advanced-usage.md#matrix-testing)
6-
- [Using python-version-file input](advanced-usage.md#using-python-version-file-input)
6+
- [Using the python-version-file input](advanced-usage.md#using-the-python-version-file-input)
77
- [Check latest version](advanced-usage.md#check-latest-version)
8-
- [Caching packages data](advanced-usage.md#caching-packages-data)
9-
- [Environment variables and action's outputs](advanced-usage.md#environment-variables-and-actions-outputs)
8+
- [Caching packages](advanced-usage.md#caching-packages)
9+
- [Outputs and environment variables](advanced-usage.md#outputs-and-environment-variables)
10+
- [Outputs](advanced-usage.md#outputs)
11+
- [Environment variables](advanced-usage.md#environment-variables)
12+
- [Using update-environment flag](advanced-usage.md#using-update-environment-flag)
1013
- [Available versions of Python and PyPy](advanced-usage.md#available-versions-of-python-and-pypy)
1114
- [Python](advanced-usage.md#python)
1215
- [PyPy](advanced-usage.md#pypy)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.