We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e7f64 commit 41b3856Copy full SHA for 41b3856
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
21
with:
22
persist-credentials: false
23
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
24
25
26
27
28
@@ -49,7 +49,7 @@ jobs:
49
run: bunx astro check
50
51
- name: Spell check
52
- uses: crate-ci/typos@v1.46.2
+ uses: crate-ci/typos@v1.47.2
53
54
- name: Build
55
run: bun run build
0 commit comments