From 2243518090826f285d23dbd9699f5a097e6365da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:17:38 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7 to 2.9 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7 to 2.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.7...v2.9) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: '2.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7511f32..c7e1fde 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - name: "Setup Haskell environment" id: setup - uses: haskell-actions/setup@v2.7 + uses: haskell-actions/setup@v2.9 with: ghc-version: "${{ matrix.ghc }}" cabal-update: true