github-workflows-update 0.3.29

Check github workflows for actions that can be updated
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
name: Github workflow versions checker
description: >
  Github action that checks the version of all entities used in an
  workflow: standard github actions, docker github actions and
  dispatched workflows.
branding:
  icon: 'trending-up'
  color: 'orange'
runs:
  using: 'docker'
  image: 'Dockerfile'