We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccc2997 + cad5feb commit f9e77c8Copy full SHA for f9e77c8
2 files changed
.github/dependabot.yml
@@ -4,8 +4,16 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+ commit-message:
8
+ prefix: ""
9
+ labels:
10
+ - "cc: chore"
11
12
- package-ecosystem: "pre-commit"
13
14
15
16
17
18
19
.github/workflows/checks.yml
@@ -89,7 +89,7 @@ jobs:
89
runs-on: ubuntu-latest
90
steps:
91
- name: Checkout code
92
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
93
94
# This will restore the cache for the current commit if it exists, or the most recent lychee
95
# cache otherwise (including those saved for the main branch). It will also save the cache for
0 commit comments