From b8d7d3525b3ef0c9611caae2eae87d078f2c9204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:05:35 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.3 to 2.4.4 in /.github/actions/setup-build Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.3...v2.4.4) --- 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 fc150ac749..246ec9794c 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.3 + - uses: haskell/actions/setup@v2.4.4 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}