knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Need new release `@v11` (or `@v10.1`) #56

Closed ggreif closed 1 year ago

ggreif commented 1 year ago

I am using @v10.

Looks like the installed nix is too old for zstd compression https://github.com/dfinity/motoko/actions/runs/3773504725/jobs/6414998770

From the error log:

installing 'nix-2.3.16'
...
unknown compression method 'zstd'

I'd be happy to test if you do a pre-release :-)

knl commented 1 year ago

Thanks for reporting! I’ll be able to do a release in exactly a week, as I’m away from computer. Maybe you could pin the action to the current HEAD?

ggreif commented 1 year ago

action to the current HEAD

Sure, but how do I accomplish that? @HEAD?

knl commented 1 year ago

You can use either @main or @FULLSHAVon meinem iPhone gesendetAm 03.01.2023 um 16:25 schrieb Gabor Greif @.***>:

action to the current HEAD

Sure, but how do I accomplish that? @HEAD?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were assigned.Message ID: @.***>

ggreif commented 1 year ago

Looks like knl/niv-updater-action@d1c37728deda061bda1d1459ad8193b887fa0eab works as advertised! 👏

knl commented 1 year ago

Closing this issue as I just made a new release. Thanks @ggreif !