Skip to content

Commit

Permalink
update version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed May 20, 2024
1 parent 4101457 commit c99192d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c99192d

Please sign in to comment.