diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 019f696..ec48b3d 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.7.0 + container: ghcr.io/cn-docker/cspell:9.8.0 steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 52d76a5..0d1523f 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.7.0 + container: ghcr.io/cn-docker/cspell:9.8.0 steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d254a54..ac32f05 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.7.0 + container: ghcr.io/cn-docker/cspell:9.8.0 steps: - name: Checkout uses: actions/checkout@v6