actions / setup-haskell

Set up your GitHub Actions workflow with a specific version of Haskell (GHC and Cabal)
MIT License
71 stars 30 forks source link

Use correct moving tag in readme examples #53

Open hazelweakly opened 4 years ago

hazelweakly commented 4 years ago

When I first wrote the README examples, I used v1.1 because I assumed it would also be a moving tag, and it was using some features that only came out in the rewrite. However, only the v1 tag is being updated (which seems to be a common practice across all of the setup-x actions).

This fixes the README to use a tag that actually updates so that people don't need to churn through point releases.

Fixes #51

thboop commented 4 years ago

Thanks for taking care of this @jared-w 😄