wrengr / bytestring-lexing

Efficiently parse and produce common lexemes: namely integral and fractional numbers.
Other
6 stars 4 forks source link

[CI] Bump haskell/actions from 2.3.6 to 2.4.1 #54

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Bumps haskell/actions from 2.3.6 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

v2.3.9

Fixup v2.3.8 (fix issue #245)

What's Changed

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

v2.3.8

Add GHC 9.4.5 and Windows ghcup fallback

Important Changes

Version bumps

... (truncated)

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.
  • f68393e Fix #245: call ghcup unset if correct tool version was not found.
  • 1e4ec2b CI: add issue #245: Windows / GHC 9.4.4 / Cabal 3.10.1.0
  • 14f59b6 Add GHC 9.4.5
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.