From d381158a542003353bda6867ae0e9bdf35c06fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:25:58 +0000 Subject: [PATCH] Bump haskell-actions/setup in /.github/actions/setup-build Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-minor ... 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 220ad4ba68..c8543825b3 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.6.3 + - uses: haskell-actions/setup@v2.7.0 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}