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 a4cf27e commit 7464a0aCopy full SHA for 7464a0a
.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@v3
+ uses: actions/setup-python@v4
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