From e2ffacb41ae50096df436d4bf28ec15e9984af6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:02:47 +0000 Subject: [PATCH] Update ghcr.io/cn-docker/cspell Docker tag to v10.3.0 --- .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 8da63e8..d87e4c8 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.1.1 + container: ghcr.io/cn-docker/cspell:10.3.0 steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 3bdd1de..57a0b52 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.1.1 + container: ghcr.io/cn-docker/cspell:10.3.0 steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d055e79..9e46ec8 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.1.1 + container: ghcr.io/cn-docker/cspell:10.3.0 steps: - name: Checkout uses: actions/checkout@v7