Skip to content

Commit

Permalink
Update version to 1.1.0.
Browse files Browse the repository at this point in the history
For real this time, since the Docker image build is confirmed as working now.
  • Loading branch information
chungyc authored Jan 11, 2024
1 parent c3e4563 commit c81f317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: hlint-scan
version: 1.0.0
version: 1.1.0
github: "haskell-actions/hlint-scan"
license: Apache-2.0
author: "Yoo Chung"
Expand Down

0 comments on commit c81f317

Please sign in to comment.