From 886e27f55c744e68ff074b713cd8c3537032034b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:12:02 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.7 to 2.7.9 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.7 to 2.7.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/e447c4c045e7744463435b4b731e125861006ebb...bbd90a29996ac33b1c644a42206e312fc0379748) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f6b5ff7..548173ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: with: bundler-cache: true - name: Setup Haskell - uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb + uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 with: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}