We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7248a commit e936d6fCopy full SHA for e936d6f
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
28
29
python-version: ${{ env.PYTHON_LATEST }}
30
- name: Install GitHub matcher for ActionLint checker
@@ -65,7 +65,7 @@ jobs:
65
66
steps:
67
68
69
if: "!endsWith(matrix.python-version, '-dev')"
70
71
python-version: ${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100
101
jobs: ${{ toJSON(needs) }}
102
103
104
105
106
- name: Install Coverage.py
0 commit comments