Bump haskell/actions from 2.4.0 to 2.4.1 in /.github/actions/setup-build (#3604)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: haskell/actions
  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>
This commit is contained in:
dependabot[bot] 2023-05-22 09:46:23 +01:00 committed by GitHub
parent b84110b508
commit c38de3c5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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