We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46cb50 commit 3fe416fCopy full SHA for 3fe416f
.github/workflows/main.yml
@@ -16,10 +16,10 @@ jobs:
16
steps:
17
# Check out the repository by using the `actions/checkout@v2` GitHub tool
18
# so the rest of the workflow can access it
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@main
20
- name: Setup Python
21
# Get Python configured and installed in a build environment by using the `setup-python@v2` GitHub tool
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@main
23
with:
24
# Create an environment for each of the Python versions listed in matrix: python
25
python-version: ${{ matrix.python }}
0 commit comments