diff --git a/action.yaml b/action.yaml index ac33f181..a25f81d9 100644 --- a/action.yaml +++ b/action.yaml @@ -30,7 +30,7 @@ inputs: default: "${{ github.event.pull_request.head.sha }}" runs: using: "docker" - image: "docker://typeable/comparest-github-action:0.1.0.0" + image: "docker://typeable/comparest-github-action:0.1.0.1" env: GITHUB_TOKEN: "${{ inputs.GITHUB_TOKEN }}" REPO: "${{ inputs.repo }}"