There was an error while loading. Please reload this page.
1 parent b8e33de commit 5ebdf4aCopy full SHA for 5ebdf4a
3 files changed
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
check:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
16
17
- uses: oven-sh/setup-bun@v2
18
.github/workflows/sync.yml
@@ -23,7 +23,7 @@ jobs:
23
sync:
24
25
26
27
28
29
0 commit comments