Skip to content

Commit f883cda

Browse files
authored
Merge branch 'main' into renovate/ghcr.io-cn-docker-hugo-0.x
2 parents fdb1926 + 118fd3f commit f883cda

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
spell-checker:
1616
runs-on: ubuntu-latest
17-
container: ghcr.io/cn-docker/cspell:9.8.0
17+
container: ghcr.io/cn-docker/cspell:10.0.0
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v6

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
spell-checker:
2020
runs-on: ubuntu-latest
21-
container: ghcr.io/cn-docker/cspell:9.8.0
21+
container: ghcr.io/cn-docker/cspell:10.0.0
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v6

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
spell-checker:
1010
runs-on: ubuntu-latest
11-
container: ghcr.io/cn-docker/cspell:9.8.0
11+
container: ghcr.io/cn-docker/cspell:10.0.0
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v6

0 commit comments

Comments
 (0)