We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f45f1 commit 5069913Copy full SHA for 5069913
2 files changed
.github/workflows/ci.yml
@@ -24,10 +24,10 @@ jobs:
24
working-directory: .
25
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
29
- name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
31
with:
32
python-version: ${{ matrix.python-version }}
33
cache: 'pip'
.github/workflows/coverage_readme.yml
@@ -17,13 +17,13 @@ jobs:
17
update-coverage-on-readme:
18
runs-on: ubuntu-latest
19
20
21
22
persist-credentials: false
23
fetch-depth: 0
- name: Set up Python 3.13
python-version: 3.13
0 commit comments