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.
2 parents 565c66f + 5513bfa commit cd28095Copy full SHA for cd28095
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
fetch-depth: 0
26
- name: Set up Python environment
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
29
python-version: "3.9"
30
- name: Runs pre-commit hooks
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- run: git fetch --tags
16
17
- name: Set up Python
18
19
20
python-version: 3.9
21
0 commit comments