From e6262961951113bec09854cad32cd35aaff06b43 Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 30 Apr 2024 22:06:42 +1000 Subject: [PATCH] Switch to using haskell-actions/setup --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 5d747602..056e7952 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -32,8 +32,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install Haskell - uses: input-output-hk/setup-haskell@v1 + - name: Setup Haskell + uses: haskell-actions/setup@v2 id: setup-haskell with: ghc-version: ${{ matrix.ghc }}