From e98d51d911560bc3665728d7e8851a259f4e4a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:35:32 +0000 Subject: [PATCH] [CI] Bump haskell-actions/setup from 2.11.0 to 2.12.0 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/documentation.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2481d6a..e073624 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: # that matter). The setup-botan action already contains a TODO that would # allow us to specify incomplete Botan versions like 3 and 3.8 that would # then automatically be resolved to the greatest complete versions, e.g., - # 3.10.0 and 3.8.1. Similarly, haskell-actions/setup@v2.11.0 allows specifying + # 3.10.0 and 3.8.1. Similarly, haskell-actions/setup@v2.12.0 allows specifying # incomplete GHC and Cabal versions that are resolved to complete # versions. However, if a new Botan MAJOR and/or MINOR version is released # (or a new GHC major version), then we would want to include it as a new @@ -184,7 +184,7 @@ jobs: - name: 🛠️ Setup Haskell id: setup-haskell - uses: haskell-actions/setup@v2.11.0 + uses: haskell-actions/setup@v2.12.0 with: ghc-version: ${{ matrix.ghc-version }} cabal-version: ${{ matrix.cabal-version }} @@ -327,7 +327,7 @@ jobs: - name: 🛠️ Setup Haskell id: setup-haskell - uses: haskell-actions/setup@v2.11.0 + uses: haskell-actions/setup@v2.12.0 with: ghc-version: "9.6" cabal-version: "3.16" diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1dda98b..2056a85 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,7 @@ jobs: - name: 🛠️ Setup Haskell id: setup-haskell - uses: haskell-actions/setup@v2.11.0 + uses: haskell-actions/setup@v2.12.0 with: ghc-version: ${{ env.ghc-version }} cabal-version: ${{ env.cabal-version }}