From 7d990666816288cb81cf2852b468df12145e4391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:33:22 +0000 Subject: [PATCH] Update ghcr.io/cn-docker/cspell Docker tag to v10 --- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index ec48b3d..e7a30e0 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -14,7 +14,7 @@ env: jobs: spell-checker: runs-on: ubuntu-latest - container: ghcr.io/cn-docker/cspell:9.8.0 + container: ghcr.io/cn-docker/cspell:10.0.0 steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 0d1523f..800d4ab 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -18,7 +18,7 @@ env: jobs: spell-checker: runs-on: ubuntu-latest - container: ghcr.io/cn-docker/cspell:9.8.0 + container: ghcr.io/cn-docker/cspell:10.0.0 steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ac32f05..7cfc6b9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ on: jobs: spell-checker: runs-on: ubuntu-latest - container: ghcr.io/cn-docker/cspell:9.8.0 + container: ghcr.io/cn-docker/cspell:10.0.0 steps: - name: Checkout uses: actions/checkout@v6