diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 9108a75..ca95857 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.3.2 + container: ghcr.io/cn-docker/cspell:10.3.3 steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 8907dce..991ce16 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.3.2 + container: ghcr.io/cn-docker/cspell:10.3.3 steps: - name: Checkout uses: actions/checkout@v7 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 23b4801..c717690 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.3.2 + container: ghcr.io/cn-docker/cspell:10.3.3 steps: - name: Checkout uses: actions/checkout@v7