Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
Just bumping the tag
  • Loading branch information
sjspielman authored Apr 24, 2024
1 parent 205ea3e commit 73167f5
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.1.2
image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.3
args:
- ${{ inputs.dictionary || '/dev/null' }}
- ${{ inputs.files }}

0 comments on commit 73167f5

Please sign in to comment.