From f9031574e66a6a595ceabb3125734c88de56a956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:43:21 -0700 Subject: [PATCH] Bump haskell-actions/setup from 2.6.2 to 2.6.3 (#858) 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](https://github.com/haskell-actions/setup/compare/594e355d8c7f270ef637fd97c0205eaf74df8383...2492c1286a5abeb29df728c4916e761ebf58a9cd) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/presubmit-cabal.yaml | 2 +- .github/workflows/presubmit-stack.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/presubmit-cabal.yaml b/.github/workflows/presubmit-cabal.yaml index e4593be51..e690f9cb5 100644 --- a/.github/workflows/presubmit-cabal.yaml +++ b/.github/workflows/presubmit-cabal.yaml @@ -36,7 +36,7 @@ jobs: - name: Setup Haskell Compiler (cabal) id: setup-haskell - uses: haskell-actions/setup@594e355d8c7f270ef637fd97c0205eaf74df8383 # v2.6.2 + uses: haskell-actions/setup@2492c1286a5abeb29df728c4916e761ebf58a9cd # v2.6.3 with: ghc-version: ${{ matrix.ghc }} diff --git a/.github/workflows/presubmit-stack.yaml b/.github/workflows/presubmit-stack.yaml index df9c315f3..8c2081de0 100644 --- a/.github/workflows/presubmit-stack.yaml +++ b/.github/workflows/presubmit-stack.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup Haskell Compiler (stack) id: setup-haskell - uses: haskell-actions/setup@594e355d8c7f270ef637fd97c0205eaf74df8383 # v2.6.2 + uses: haskell-actions/setup@2492c1286a5abeb29df728c4916e761ebf58a9cd # v2.6.3 with: enable-stack: true stack-no-global: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 548d49aa0..9134ff99c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup Haskell Compiler (cabal) id: setup-haskell - uses: haskell-actions/setup@594e355d8c7f270ef637fd97c0205eaf74df8383 # v2.6.2 + uses: haskell-actions/setup@2492c1286a5abeb29df728c4916e761ebf58a9cd # v2.6.3 with: ghc-version: ${{ env.ghc }}