From 96a5cfcb72fb03c5f767916777eafcce2c85bbe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:14:17 +0000 Subject: [PATCH] Update ghcr.io/cn-docker/cspell Docker tag to v10.1.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 def6886..8da63e8 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.1 + container: ghcr.io/cn-docker/cspell:10.1.1 steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 6ca6e5f..3bdd1de 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.1 + container: ghcr.io/cn-docker/cspell:10.1.1 steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 72e2ca0..d055e79 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.1 + container: ghcr.io/cn-docker/cspell:10.1.1 steps: - name: Checkout uses: actions/checkout@v7