We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3665e7a + 70c2e96 commit 8ed4d46Copy full SHA for 8ed4d46
2 files changed
.github/workflows/coverage.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Set up Python
18
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
19
with:
20
python-version-file: '.python-version'
21
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: "Set up Python"
30
31
32
python-version-file: ".python-version"
33
0 commit comments