action-setup-waypoint
action-setup-waypoint copied to clipboard
Update everything & make it work again
We wanted to introduce Waypoint to our stack, and unfortunately, it looks like this Github Action was completely abandoned.
I've upgraded all dependencies, updated usage, fixed the tests, and made everything work again (we're actually using this version in our pipeline).
This also closes #294 and closes #41
@niederschlag I ran into the same issue as reported in #284. I created a fork from your branch and made the change to use the new release API that seems to be less flaky. Let me know if you want a PR to your fork to include it at the same time or as a separate upstream fix.
Hey @MarcMeszaros , sorry for the delayed response!
Since your PR changes internal API usage, I think they'd be better separate. Ours is just fixing/updating the Action without any noteworthy internal changes, which might be necessary for backward compatibility (I haven't looked into the new API).
The bigger issue/question is whether Hasicorp forgot about this repo...