From f4bd2970343c8464d52b2fa5860f2dba0d47638f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 11:18:51 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.1 to 2.4.3 in /.github/actions/setup-build Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.1 to 2.4.3. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.1...v2.4.3) --- updated-dependencies: - dependency-name: haskell/actions 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 adab33c6e9..fc150ac749 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.4.1 + - uses: haskell/actions/setup@v2.4.3 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}