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 3e722a6 commit 9f804e6Copy full SHA for 9f804e6
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
22
- name: "Set up Python"
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
24
with:
25
python-version: ${{ matrix.python-version }}
26
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
python-version: ${{ env.DEFAULT_PYTHON }}
64
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments