diff --git a/README.md b/README.md
index 7089d8b..efd02c6 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Company.Example.Library: Line Rate = 27%, Branch Rate = 100%, Complexity = 11
```yaml
name: Code Coverage Summary Report
-uses: irongut/CodeCoverageSummary@v1.0.4
+uses: irongut/CodeCoverageSummary@v1.0.5
with:
filename: coverage/coverage.cobertura.xml
```
@@ -94,7 +94,7 @@ jobs:
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml
- name: Code Coverage Summary Report
- uses: irongut/CodeCoverageSummary@v1.0.4
+ uses: irongut/CodeCoverageSummary@v1.0.5
with:
filename: coverage/coverage.cobertura.xml
badge: true
diff --git a/action.yml b/action.yml
index 7ef02ec..ad67fd2 100644
--- a/action.yml
+++ b/action.yml
@@ -22,7 +22,7 @@ inputs:
default: 'console'
runs:
using: 'docker'
- image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.4'
+ image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.5'
args:
- ${{ inputs.filename }}
- '--badge'
diff --git a/src/CodeCoverageSummary/CodeCoverageSummary.csproj b/src/CodeCoverageSummary/CodeCoverageSummary.csproj
index 8d8fe4e..ad18de5 100644
--- a/src/CodeCoverageSummary/CodeCoverageSummary.csproj
+++ b/src/CodeCoverageSummary/CodeCoverageSummary.csproj
@@ -14,7 +14,7 @@
https://github.com/irongut/CodeCoverageSummary
git
coverage test-coverage cobertura action code-coverage coverlet github-actions
- 1.0.4
+ 1.0.5