github-workflows-update 0.3.31

Check github workflows for actions that can be updated
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (C) 2022 Leandro Lisboa Penz <lpenz@lpenz.org>
// This file is subject to the terms and conditions defined in
// file 'LICENSE', which is part of this source code package.

use anyhow::Result;

pub fn main() -> Result<()> {
    github_workflows_update::cmd::main()
}