Skip to content

Commit

Permalink
Use specific Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc authored Dec 9, 2023
1 parent 552e331 commit e3b7a85
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 @@ -41,7 +41,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/haskell-actions/hlint-scan:main
image: docker://ghcr.io/haskell-actions/hlint-scan:v1.1.0
args:
- binary=${{ inputs.binary }}
- path=${{ inputs.path }}
Expand Down

0 comments on commit e3b7a85

Please sign in to comment.