From 6852d0d9c209a5d41c57d4f5f06cadb3e52f1b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:28:41 +0000 Subject: [PATCH] Update ghcr.io/cn-docker/cspell Docker tag to v10.0.1 --- .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 01d5c07..4a46ac9 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:10.0.0 + container: ghcr.io/cn-docker/cspell:10.0.1 steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 2ec32bb..6e75f6e 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:10.0.0 + container: ghcr.io/cn-docker/cspell:10.0.1 steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9325676..e73e477 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:10.0.0 + container: ghcr.io/cn-docker/cspell:10.0.1 steps: - name: Checkout uses: actions/checkout@v6