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 76de69d commit ec8b3ebCopy full SHA for ec8b3eb
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
name: 🔨 Build distribution
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: 🏗 Set up Python 3.7
17
uses: actions/setup-python@v4
18
with:
@@ -33,7 +33,7 @@ jobs:
33
name: 🧹 Pre-commit
34
35
36
37
- name: 🏗 Set up Python 3.10
38
39
0 commit comments