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 3476f1e commit 518b501Copy full SHA for 518b501
.github/workflows/checks.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python
21
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
22
with:
23
python-version: ${{ matrix.python }}
24
- name: Cache dependencies
.github/workflows/pythonpublish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
python-version: '3.x'
16
- name: Install dependencies
0 commit comments