We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f04296 commit e2bf40dCopy full SHA for e2bf40d
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: .
25
26
steps:
27
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
28
29
- name: Set up Python ${{ matrix.python-version }}
30
uses: actions/setup-python@v6
@@ -93,7 +93,7 @@ jobs:
93
pytest -m benchmark --benchmark-json=./output.json
94
95
- name: Download previous benchmark data
96
- uses: actions/cache@v4
+ uses: actions/cache@v5
97
with:
98
path: ./cache
99
key: ${{ runner.os }}-benchmark
.github/workflows/coverage_readme.yml
@@ -17,7 +17,7 @@ jobs:
17
update-coverage-on-readme:
18
runs-on: ubuntu-latest
19
20
21
22
persist-credentials: false
23
fetch-depth: 0
0 commit comments