From 422b5778f082979edbb85f8732c301fc422f8e6a Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sun, 5 Mar 2023 15:05:20 -0800 Subject: [PATCH] use maintained Haskell action https://github.com/haskell/actions/tree/main/setup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baa66c72..ca84385c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1.1.4 + - uses: haskell/actions/setup@v2 name: Setup Haskell Stack with: ghc-version: ${{ matrix.ghc }}