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