poseidon-framework / poseidon-hs

A toolset to work with modular genotype databases in the Poseidon format
https://poseidon-framework.github.io/#/trident
MIT License
7 stars 2 forks source link

gh action: Haskell/actions/setup is getting deprecated #292

Closed stschiff closed 7 months ago

stschiff commented 7 months ago

I saw this with another repo:


Run haskell/actions/setup@v1
Warning: As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
***************************************************************************
**                                                                       **
**              This action is DEPRECATED.                               **
**                                                                       **
**              Please use haskell-actions/setup instead.                **
**                                                                       **
**              (Note the dash instead of the slash.)                    **
**                                                                       **
***************************************************************************
´´´

So we should at some point change to `Haskell-actions/setup` it seems.
nevrome commented 7 months ago

Do we still use this in poseidon-hs? main.yml uses freckle/stack-action and release.yml uses haskell-actions/setup :thinking:

stschiff commented 7 months ago

Yes, indeed, I don't know what I was thinking. I thought I checked. Nevermind.