Skip to content

Commit

Permalink
Merge branch 'main' into Make-cobertura-parser-tolerate-empty-arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorio-gerardi authored Oct 8, 2024
2 parents cd65051 + 949a867 commit 91ea13e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"homepage": "https://github.com/tm1000/code-coverage-report-action#readme",
"dependencies": {
"@actions/artifact": "^2.1.8",
"@actions/artifact": "^2.1.9",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"adm-zip": "^0.5.14",
"fast-xml-parser": "^4.4.0",
"adm-zip": "^0.5.15",
"fast-xml-parser": "^4.4.1",
"handlebars": "^4.7.8"
},
"devDependencies": {
Expand Down

0 comments on commit 91ea13e

Please sign in to comment.