From c2ea548d22f2ce9f65c1fe9b056064f36e4e70d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:53:01 +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.0 to 2.6.3. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.6.0...v2.6.3) --- 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 9bb311ddc7..220ad4ba68 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.0 + - uses: haskell-actions/setup@v2.6.3 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}