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 481f820 commit ce7305dCopy full SHA for ce7305d
.github/workflows/release.yml
@@ -8,9 +8,9 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- name: Set up Python
13
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
14
with:
15
python-version: "3.x"
16
- name: Install dependencies
.github/workflows/test.yml
@@ -18,9 +18,9 @@ jobs:
18
python: [3.6, 3.7, 3.8, 3.9]
19
20
21
22
- name: Setup Python
23
24
25
python-version: ${{ matrix.python }}
26
- name: Install Tox and any other packages
0 commit comments