From b5645b969aa64ed283a664cd08aac1e15df9716a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:39:29 +0000 Subject: [PATCH] chore(deps): update haskell-actions/setup action to v2.7.7 --- .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 8bb5d9ef9f..7785393fd0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -120,7 +120,7 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + - uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7 with: # This must match the version in stack.yaml's resolver ghc-version: 9.6.6 @@ -180,7 +180,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + - uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7 with: ghc-version: ${{ matrix.ghc }} - name: Cache .cabal