Skip to content

Commit 36557b9

Browse files
authored
Merge branch 'main' into dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.5
2 parents d4d8004 + dc1b57a commit 36557b9

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
commit-message:
8+
prefix: ""
9+
labels:
10+
- "cc: chore"
711

812
- package-ecosystem: "pre-commit"
913
directory: "/"
1014
schedule:
1115
interval: "monthly"
16+
commit-message:
17+
prefix: ""
18+
labels:
19+
- "cc: chore"

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
PYTEST_TORCH_DTYPE: ${{ matrix.dtype || 'float32' }}
6161

6262
- name: Upload results to Codecov
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666

@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Checkout code
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v6
9393

9494
# This will restore the cache for the current commit if it exists, or the most recent lychee
9595
# cache otherwise (including those saved for the main branch). It will also save the cache for

0 commit comments

Comments
 (0)