d12frosted / d12frosted.io

Personal site
https://d12frosted.io
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

build(deps): bump haskell/actions from 2.3.9 to 2.4.1 #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps haskell/actions from 2.3.9 to 2.4.1.

Release notes

Sourced from haskell/actions's releases.

v2.4.1

Fix #248: resolve stack "2.1" to "2.1.3" rather than "2.11.1"

Fix taken from https://github.com/hspec/setup-haskell/blob/bdd4c910d94a07946cfdf9e6c3e7299a7e123705/src/resolve.ts#L25 as recommended by @​sol in haskell/actions#248

What's Changed

New Contributors

Full Changelog: https://github.com/haskell/actions/compare/v2.4.0...v2.4.1

v2.4.0

What's Changed

Full Changelog: https://github.com/haskell/actions/compare/v2.3.9...v2.4.0

Commits
  • 921b0b6 Fix #248: resolve stack "2.1" to "2.1.3" rather than "2.11.1"
  • b53046b Add stack 2.11.1
  • 1a462ad add explicit coercion where TypeScript 5 became more strict (#252)
  • 9c0664b README: updated model workflow to use new outputs.TOOL-version
  • 6315d94 New outputs ghc/cabal/stack-version (resolved versions)
  • 7bfeeb6 Document current resolution of versions (string prefix)
  • 1c618fb README: fix link to ghcup etc.
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #76.