diff --git a/src/main.py b/src/main.py index ee1f78b..13d45c3 100644 --- a/src/main.py +++ b/src/main.py @@ -152,9 +152,6 @@ def _update_workflow(self, workflow_path: str) -> set[str]: ) if not new_version: - gha_utils.warning( - f"Could not find any new version for {action}. Skipping..." - ) continue updated_action = f"{action_location}@{new_version}"