gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
399 stars 77 forks source link

Issue on Renovate Upgrade due to wrong Tag name format #200

Open kpanot opened 3 months ago

kpanot commented 3 months ago

Issue description

Due to wrong tag name format, Renovate does not success to do the version lookup.

Issue reported

{
  "warnings": [
    "Could not determine new digest for update (github-tags package gaurav-nelson/github-action-markdown-link-check)"
  ]
  "files": [
  ]
}

Solution proposed

Prefix the existing tag versions with v to follow Semver Standard

References

gaurav-nelson commented 1 month ago

Thank you @kpanot I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.