pyupio/safety

Documentation for GitHub action seems out of date

jlaine opened this issue · 1 comments

The documentation currently states that the GitHub action can be used with:

uses: pyupio/safety@v1

However this leads to the following error:

Error: Unable to resolve action `pyupio/safety@v1`, unable to find version `v1`

AFAICT the documentation should be updated with

uses: pyupio/safety@2.0.0

See:

Thanks for reporting this, @jlaine. We updated the documentation.