From 20a6bb167c5259ed1c797f38be9a1a6fc8ba9ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:32:45 +0000 Subject: [PATCH] build(deps): bump haskell-actions/setup from 2 to 2.11.0 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2 to 2.11.0. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2...v2.11.0) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42d8bc776..b6f930593 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: path: source/ - name: Setup Haskell - uses: haskell-actions/setup@v2 + uses: haskell-actions/setup@v2.11.0 with: ghc-version: ${{ matrix.ghc }}