From 0018c38f79fc3438909852f694c169c19fade607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:45:20 +0000 Subject: [PATCH] chore(deps): update haskell-actions/setup action to v2.10.1 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8543f1532..9893dfd59 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -118,7 +118,7 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: haskell-actions/setup@0512451d82f3ca8c147db62e30464e7c4ca63d30 # v2.9.1 + - uses: haskell-actions/setup@7786314267139caaaf743fbdb70341b116a8d25d # v2.10.1 with: # This must match the version in stack.yaml's resolver ghc-version: 9.6.7 @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: haskell-actions/setup@0512451d82f3ca8c147db62e30464e7c4ca63d30 # v2.9.1 + - uses: haskell-actions/setup@7786314267139caaaf743fbdb70341b116a8d25d # v2.10.1 with: ghc-version: ${{ matrix.ghc }} - name: Cache .cabal