There was an error while loading. Please reload this page.
1 parent 6153e1d commit 081aaa5Copy full SHA for 081aaa5
2 files changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: bun install --frozen-lockfile
36
37
- name: Run prek
38
- uses: j178/prek-action@v2.0.5
+ uses: j178/prek-action@v3.0.0
39
40
build:
41
name: Build
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
run: bunx astro check
50
51
- name: Spell check
52
- uses: crate-ci/typos@v1.48.0
+ uses: crate-ci/typos@v1.49.0
53
54
- name: Build
55
run: bun run build
0 commit comments