Open ethanneff opened 6 months ago
see this fix here https://github.com/oNaiPs/secrets-to-env-action/pull/274
not sure why i'm still getting this error
I'm seeing the same thing @ethanneff. Maybe Github have the node versions cached against the version number? I had warnings for 3 other packages/actions and on changing their version number the warning went away for them (but remained for this package/action).
This worked for me, make sure you're targeting the v1.5 tag, it seems v1 is not pointed to the latest like it is for most actions
This worked for me, make sure you're targeting the v1.5 tag, it seems v1 is not pointed to the latest like it is for most actions
I can confirm that @danpowell88 's advice of changing from oNaiPs/secrets-to-env-action@v1
to oNaiPs/secrets-to-env-action@v1.5
worked for me and has stopped the warning from being displayed.
getting this warning whenever using this action