Skip to content

Commit 6312683

Browse files
committed
ci: pin CodeCoverageSummary to v1.3.0 (no v1 tag exists)
1 parent 86802f8 commit 6312683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Comment coverage summary on pull request
8383
if: github.event_name == 'pull_request'
84-
uses: irongut/CodeCoverageSummary@v1
84+
uses: irongut/CodeCoverageSummary@v1.3.0
8585
with:
8686
filename: cover/cobertura.xml
8787
badge: true

0 commit comments

Comments
 (0)