Bump haskell-actions/setup in /.github/actions/setup-build (#4354)

Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.3 to 2.7.5.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](https://github.com/haskell-actions/setup/compare/v2.7.3...v2.7.5)

---
updated-dependencies:
- dependency-name: haskell-actions/setup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: soulomoon <fwy996602672@gmail.com>
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
This commit is contained in:
dependabot[bot] 2024-07-09 16:24:37 +00:00 committed by GitHub
parent 763f34cb1e
commit d331019b37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ runs:
sudo chown -R $USER /usr/local/.ghcup
shell: bash
- uses: haskell-actions/setup@v2.7.3
- uses: haskell-actions/setup@v2.7.5
id: HaskEnvSetup
with:
ghc-version : ${{ inputs.ghc }}