You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since our key dependency is resvg, we need to ensure we are getting all the latest updates when those are released.
There does not appear to be a GitHub Action trigger available that activates when an update to a dependency is released. So, we will need to come up with a mechanism for identifying the current release number and comparing that to some tracking that within GH Actions, such as use of upload-artifact and download-artifact for tracking that state.
Another approach may be to leverage GitHub's Dependabot to trigger a PR based on the release of a dependency.
The text was updated successfully, but these errors were encountered:
Since our key dependency is
resvg
, we need to ensure we are getting all the latest updates when those are released.There does not appear to be a GitHub Action trigger available that activates when an update to a dependency is released. So, we will need to come up with a mechanism for identifying the current release number and comparing that to some tracking that within GH Actions, such as use of
upload-artifact
anddownload-artifact
for tracking that state.Another approach may be to leverage GitHub's Dependabot to trigger a PR based on the release of a dependency.
The text was updated successfully, but these errors were encountered: