Skip to content

Commit

Permalink
Update cached container version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2024
1 parent 1996e31 commit 9fca925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Code Coverage Checker'
description: 'Checks the code coverage of a project'
runs:
using: 'docker'
image: 'docker://ghcr.io/thomas-shephard/coverage-checker-github-action:latest'
image: 'docker://ghcr.io/thomas-shephard/coverage-checker-github-action:0.4.0'
args:
- '--format'
- ${{ inputs.format }}
Expand Down

0 comments on commit 9fca925

Please sign in to comment.