Skip to content

Commit

Permalink
Bump haskell-actions/setup in /.github/actions/setup-build (#4150)
Browse files Browse the repository at this point in the history
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@v2.6.2...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Hrcek <2716069+jhrcek@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jhrcek committed Mar 26, 2024
1 parent 3668683 commit 175461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
sudo chown -R $USER /usr/local/.ghcup
shell: bash

- uses: haskell-actions/setup@v2.6.2
- uses: haskell-actions/setup@v2.6.3
id: HaskEnvSetup
with:
ghc-version : ${{ inputs.ghc }}
Expand Down

0 comments on commit 175461e

Please sign in to comment.