From 22546446ed45a809726e293c57f8c3fc45ee59b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:44:47 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.8 to 2.7.9 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.8 to 2.7.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/f5975f0810e252c045abd64a590c955a63f848db...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/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7c44d54..bc9076b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }} restore-keys: build- - - uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8 + - uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9 with: enable-stack: true