diff --git a/action.yaml b/action.yaml index e2aad79..4547d46 100644 --- a/action.yaml +++ b/action.yaml @@ -14,7 +14,7 @@ outputs: description: The number of spelling errors runs: using: "docker" - image: docker://ghcr.io/alexslemonade/spellcheck:v0.2.0 + image: docker://ghcr.io/alexslemonade/spellcheck:v0.2.1 args: - ${{ inputs.dictionary || '/dev/null' }} - ${{ inputs.files }}