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 ec8b3eb commit 4d7d7cdCopy full SHA for 4d7d7cd
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: 🏗 Set up Python 3.7
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
with:
19
python-version: 3.7
20
- name: 🏗 Install build dependencies
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: 🏗 Set up Python 3.10
38
39
40
python-version: "3.10"
41
- name: 🏗 Set up pre-commit
0 commit comments