From a8801503bfbb8fd16f4d703a47f86b29891b2cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:57:39 +0000 Subject: [PATCH] Bump haskell-actions/setup in /.github/actions/setup-build Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.7 to 2.7.8. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.7.7...v2.7.8) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/setup-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index 0fb8cdf20b..00d1a22684 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -31,7 +31,7 @@ runs: sudo chown -R $USER /usr/local/.ghcup shell: bash - - uses: haskell-actions/setup@v2.7.7 + - uses: haskell-actions/setup@v2.7.8 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}