From 1ed20e5146543fd76d1df831fcb22999c9bf3ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:21:00 +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.6 to 2.7.7. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.7.6...v2.7.7) --- 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 ca3a290b83..0fb8cdf20b 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.6 + - uses: haskell-actions/setup@v2.7.7 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}