Skip to content

Conversation

@ptmkenny
Copy link
Contributor

I might be misunderstanding something, but currently, when I run this action on my repo, and my actions are up to date, I get lots of warnings like this:

[update-checker / github-actions-updater]
Could not find any new version for actions/checkout@v3.4.0. Skipping...

If the action is up to date, I don't think a warning should be printed to the action annotations. I think nothing should be printed at all, because the check was successful-- an action was found, and it's up to date.

If I'm wrong and this should be a warning, please update the warning to explain what the problem is.

)

if not new_version:
gha_utils.warning(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use gha_utils.echo here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants