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 4a08000 + ee9228d commit 38b525eCopy full SHA for 38b525e
.github/workflows/asv-benchmarking-pr.yml
@@ -55,7 +55,7 @@ jobs:
55
asv compare --split ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} > asv_compare_results.txt
56
working-directory: ${{ env.ASV_DIR }}
57
58
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
59
if: always()
60
with:
61
name: asv-benchmark-results-${{ runner.os }}
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: v0.14.7
+ rev: v0.14.9
18
hooks:
19
- id: ruff
20
name: lint with ruff
0 commit comments