From 635b70ac96cc6773c35885ab9c61a2b1bc0e6379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 03:07:44 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.0 to 2.4.1 in /.github/actions/setup-build 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] --- .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 599c976cfa..adab33c6e9 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.0 + - uses: haskell/actions/setup@v2.4.1 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}