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 a4f5b76 commit 74f337fCopy full SHA for 74f337f
.github/workflows/main.yml
@@ -18,9 +18,9 @@ jobs:
18
- windows-latest
19
runs-on: ${{ matrix.platform }}
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Setup Python
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
24
with:
25
python-version: ${{ matrix.python }}
26
- name: Install tox
@@ -50,9 +50,9 @@ jobs:
50
runs-on: ubuntu-latest
51
52
53
54
55
56
57
python-version: "3.10"
58
0 commit comments