This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/objectionary/phino). This repository currently has no open or pending branches. ## Detected Dependencies <details><summary>github-actions (26)</summary> <blockquote> <details><summary>.github/workflows/actionlint.yml (2)</summary> - `actions/checkout v7` - `ubuntu 24.04` </details> <details><summary>.github/workflows/benchmark.yml (7)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `actions/setup-java v5` - `actions/cache v6` - `actions/cache v6` - `peter-evans/create-pull-request v8` - `ubuntu 24.04` </details> <details><summary>.github/workflows/cabal.yml (3)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `actions/cache v6` </details> <details><summary>.github/workflows/codecov.yml (5)</summary> - `actions/checkout v7` - `actions/cache v6` - `haskell-actions/setup v2.11.0` - `codecov/codecov-action v7.0.0` - `macos 26` </details> <details><summary>.github/workflows/copyrights.yml (3)</summary> - `actions/checkout v7` - `yegor256/copyrights-action 0.0.12` - `ubuntu 24.04` </details> <details><summary>.github/workflows/coverage.yml (4)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `actions/cache v6` - `ubuntu 24.04` </details> <details><summary>.github/workflows/deps-sentinel.yml (3)</summary> - `actions/checkout v7` - `maxonfjvipon/deps-sentinel-action 0.0.4` - `ubuntu 24.04` </details> <details><summary>.github/workflows/fourmolu.yml (3)</summary> - `actions/checkout v7` - `haskell-actions/run-fourmolu v13` - `ubuntu 24.04` </details> <details><summary>.github/workflows/haddock.yml (5)</summary> - `actions/checkout v7` - `actions/cache v6` - `haskell-actions/setup v2.11.0` - `JamesIves/github-pages-deploy-action v4` - `macos 26` </details> <details><summary>.github/workflows/hlint.yml (4)</summary> - `actions/checkout v7` - `haskell-actions/hlint-setup v2` - `haskell-actions/hlint-run v2` - `ubuntu 24.04` </details> <details><summary>.github/workflows/jeo-update.yml (3)</summary> - `actions/checkout v7` - `peter-evans/create-pull-request v8` - `ubuntu 24.04` </details> <details><summary>.github/workflows/latex.yml (5)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `zauguin/install-texlive v4.4.0` - `actions/cache v6` - `ubuntu 24.04` </details> <details><summary>.github/workflows/markdown-lint.yml (3)</summary> - `actions/checkout v7` - `DavidAnson/markdownlint-cli2-action v24` - `ubuntu 24.04` </details> <details><summary>.github/workflows/pdd.yml (3)</summary> - `actions/checkout v7` - `volodya-lombrozo/pdd-action master` - `ubuntu 24.04` </details> <details><summary>.github/workflows/post-comment.yml (3)</summary> - `actions/download-artifact v8` - `mshick/add-pr-comment v3` - `ubuntu 24.04` </details> <details><summary>.github/workflows/regression-check.yml (8)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `actions/setup-java v5` - `actions/cache v6` - `actions/cache v6` - `actions/upload-artifact v7` - `actions/upload-artifact v7` - `ubuntu 24.04` </details> <details><summary>.github/workflows/release-binary.yml (4)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `actions/cache v6` - `aws-actions/configure-aws-credentials v6.2.2` </details> <details><summary>.github/workflows/resources.yml (2)</summary> - `actions/checkout v7` - `ubuntu 24.04` </details> <details><summary>.github/workflows/reuse.yml (3)</summary> - `actions/checkout v7` - `fsfe/reuse-action v6` - `ubuntu 24.04` </details> <details><summary>.github/workflows/shellcheck.yml (3)</summary> - `actions/checkout v7` - `ludeeus/action-shellcheck master` - `ubuntu 24.04` </details> <details><summary>.github/workflows/stack.yml (3)</summary> - `actions/checkout v7` - `haskell-actions/setup v2.11.0` - `actions/cache v6` </details> <details><summary>.github/workflows/titles.yml (1)</summary> - `ubuntu 24.04` </details> <details><summary>.github/workflows/typos.yml (3)</summary> - `actions/checkout v7` - `crate-ci/typos v1.48.0` - `ubuntu 24.04` </details> <details><summary>.github/workflows/up.yml (3)</summary> - `actions/checkout v7` - `peter-evans/create-pull-request v8` - `ubuntu 24.04` </details> <details><summary>.github/workflows/xcop.yml (3)</summary> - `actions/checkout v7` - `g4s8/xcop-action master` - `ubuntu 24.04` </details> <details><summary>.github/workflows/yamllint.yml (3)</summary> - `actions/checkout v7` - `ibiqlik/action-yamllint v3` - `ubuntu 24.04` </details> </blockquote> </details> <details><summary>haskell-cabal (1)</summary> <blockquote> <details><summary>phino.cabal (38)</summary> - `aeson >=2.2.3 && <2.4` - `array >=0.5.4 && <0.6` - `base >=4.18.3.0 && <5` - `binary-ieee754 >=0.1.0 && <0.2` - `bytestring >=0.11.4 && <0.13` - `containers >=0.6.5 && <0.9` - `directory >=1.3.7 && <1.4` - `file-embed >=0.0.15 && <0.0.17` - `filepath >=1.4.200 && <1.6` - `megaparsec >=9.5 && <9.9` - `optparse-applicative >=0.18 && <0.20` - `random >=1.2 && <1.4` - `regex-pcre-builtin >=0.95.2 && <0.96` - `scientific >=0.3.7 && <0.4` - `text >=2.0.2 && <2.2` - `time >=1.12 && <1.17` - `utf8-string >=1.0.2 && <1.1` - `vector >=0.13.0 && <0.14` - `xml-conduit >=1.9 && <1.11` - `yaml >=0.11.8 && <0.12` - `aeson >=2.2.3 && <2.4` - `base >=4.18.3.0 && <5` - `bytestring >=0.11.4 && <0.13` - `containers >=0.6.5 && <0.9` - `directory >=1.3.7 && <1.4` - `filepath >=1.4.200 && <1.6` - `hspec >=2.11.0 && <2.12` - `hspec-core >=2.11.0 && <2.12` - `megaparsec >=9.5 && <9.9` - `optparse-applicative >=0.18 && <0.20` - `process >=1.6.17 && <1.7` - `silently >=1.2.5 && <1.3` - `text >=2.0.2 && <2.2` - `time >=1.12 && <1.17` - `xml-conduit >=1.9 && <1.11` - `yaml >=0.11.8 && <0.12` - `base >=4.18.3.0 && <5` - `time >=1.12 && <1.17` </details> </blockquote> </details> <details><summary>maven-wrapper (3)</summary> <blockquote> <details><summary>benchmark/.mvn/wrapper/maven-wrapper.properties (2)</summary> - `maven 3.9.16` - `maven-wrapper 3.3.4` </details> <details><summary>benchmark/mvnw (1)</summary> - `maven-wrapper 3.3.4` </details> <details><summary>benchmark/mvnw.cmd (1)</summary> - `maven-wrapper 3.3.4` </details> </blockquote> </details> --- - [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.
This repository currently has no open or pending branches.
Detected Dependencies
github-actions (26)
haskell-cabal (1)
maven-wrapper (3)