Skip to content

Commit f9e77c8

Browse files
authored
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-5
2 parents ccc2997 + cad5feb commit f9e77c8

2 files changed

Lines changed: 9 additions & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)