Skip to content

Commit 38b525e

Browse files
authored
Merge branch 'main' into rajeeja/fix_issue1393
2 parents 4a08000 + ee9228d commit 38b525e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/asv-benchmarking-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
asv compare --split ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} > asv_compare_results.txt
5656
working-directory: ${{ env.ASV_DIR }}
5757

58-
- uses: actions/upload-artifact@v5
58+
- uses: actions/upload-artifact@v6
5959
if: always()
6060
with:
6161
name: asv-benchmark-results-${{ runner.os }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.14.7
17+
rev: v0.14.9
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff

0 commit comments

Comments
 (0)